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": [ "3d221cec-9af9-44bb-bf12-a3778665f10f", "801964a8-f9ed-4cee-88e8-e7906e2b57ff" ] }
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>3d221cec-9af9-44bb-bf12-a3778665f10f</d2p1:guid> <d2p1:guid>801964a8-f9ed-4cee-88e8-e7906e2b57ff</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": "0723819c-c682-4260-9e4e-feee417da604", "name": "sample string 2", "description": "sample string 3", "categoryName": "sample string 4", "dateApplied": "2025-06-24T06:29:01.2979694-05:00", "color": "sample string 6", "insuredDatabaseId": "81a57eac-1167-4350-b57f-b2f0ec1aa880", "tagDatabaseId": "d8d1b756-442a-4af9-9383-afddc50c63af" }
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>0723819c-c682-4260-9e4e-feee417da604</DatabaseId> <DateApplied>2025-06-24T06:29:01.2979694-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>81a57eac-1167-4350-b57f-b2f0ec1aa880</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>d8d1b756-442a-4af9-9383-afddc50c63af</TagDatabaseId> </InsuredTags>