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": [ "9b60ef65-85a9-464c-b7fd-6b873d75fd63", "ee99904f-1172-40d4-86c7-11af3ae6fe75" ] }
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>9b60ef65-85a9-464c-b7fd-6b873d75fd63</d2p1:guid> <d2p1:guid>ee99904f-1172-40d4-86c7-11af3ae6fe75</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": "d97c93d4-c979-4bf6-ad40-1bddfeb32c33", "name": "sample string 2", "description": "sample string 3", "categoryName": "sample string 4", "dateApplied": "2025-09-18T12:27:18.3110156-05:00", "color": "sample string 6", "insuredDatabaseId": "31754e2c-10e7-4d8c-9528-2b1e7c969fbc", "tagDatabaseId": "5dfb29a6-a309-4332-aef9-a6e8fad2a55c" }
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>d97c93d4-c979-4bf6-ad40-1bddfeb32c33</DatabaseId> <DateApplied>2025-09-18T12:27:18.3110156-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>31754e2c-10e7-4d8c-9528-2b1e7c969fbc</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>5dfb29a6-a309-4332-aef9-a6e8fad2a55c</TagDatabaseId> </InsuredTags>