POST api/Insured/InsuredTags
Insured tags list endpoint.
Request Information
URI Parameters
None.
Body Parameters
List of insured database Ids.
InsuredDataBaseIdsName | Description | Type | Additional information |
---|---|---|---|
InsuredDataBaseId | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "insuredDataBaseId": [ "ec4b14f0-3321-458c-adcd-a8e29afd9c4b", "5ad602db-da40-4e6a-ab17-90edec9eeff1" ] }
application/xml, text/xml
Sample:
<InsuredDataBaseIds xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.OData"> <InsuredDataBaseId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>ec4b14f0-3321-458c-adcd-a8e29afd9c4b</d2p1:guid> <d2p1:guid>5ad602db-da40-4e6a-ab17-90edec9eeff1</d2p1:guid> </InsuredDataBaseId> </InsuredDataBaseIds>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
List of InsuredTags against given insured database Ids.
InsuredTagsName | Description | Type | Additional information |
---|---|---|---|
DatabaseId | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
CategoryName | string |
None. |
|
DateApplied | date |
None. |
|
Color | string |
None. |
|
InsuredDatabaseId | globally unique identifier |
None. |
|
TagDatabaseId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "201cd78e-d0c3-4dd3-8b9f-0bd41b8552a8", "name": "sample string 2", "description": "sample string 3", "categoryName": "sample string 4", "dateApplied": "2023-05-31T12:54:12.4444325-05:00", "color": "sample string 6", "insuredDatabaseId": "c0b739c9-5a94-4f70-8124-7228719af816", "tagDatabaseId": "093320a5-aa42-4c3d-bb94-a5ea4c03872a" }
application/xml, text/xml
Sample:
<InsuredTags xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <CategoryName>sample string 4</CategoryName> <Color>sample string 6</Color> <DatabaseId>201cd78e-d0c3-4dd3-8b9f-0bd41b8552a8</DatabaseId> <DateApplied>2023-05-31T12:54:12.4444325-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>c0b739c9-5a94-4f70-8124-7228719af816</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>093320a5-aa42-4c3d-bb94-a5ea4c03872a</TagDatabaseId> </InsuredTags>