POST api/Insured/InsuredTags
Insured tags list endpoint.
Request Information
URI Parameters
None.
Body Parameters
List of insured database Ids.
InsuredDataBaseIds| Name | Description | Type | Additional information |
|---|---|---|---|
| InsuredDataBaseId | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"insuredDataBaseId": [
"40885c5a-5fa1-47e2-b363-2ad83e422ab6",
"b8c36417-91c1-4ac0-953f-664d2acae78e"
]
}
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>40885c5a-5fa1-47e2-b363-2ad83e422ab6</d2p1:guid>
<d2p1:guid>b8c36417-91c1-4ac0-953f-664d2acae78e</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.
InsuredTags| Name | 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": "fee9683d-6d8a-4f4f-89c6-a37d4f7cdbcd",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-09-19T09:22:08.0338566-05:00",
"color": "sample string 6",
"insuredDatabaseId": "6a8cff42-80cb-427d-8a9f-1db0b735a792",
"tagDatabaseId": "64b63767-9cc3-4590-8637-2ec4a58211cc"
}
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>fee9683d-6d8a-4f4f-89c6-a37d4f7cdbcd</DatabaseId> <DateApplied>2026-09-19T09:22:08.0338566-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>6a8cff42-80cb-427d-8a9f-1db0b735a792</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>64b63767-9cc3-4590-8637-2ec4a58211cc</TagDatabaseId> </InsuredTags>