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": [
"7d0ffccd-de5b-4d7a-9768-3ba37d74a0b2",
"826212e4-9f65-4bc5-9af3-365cafd85f49"
]
}
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>7d0ffccd-de5b-4d7a-9768-3ba37d74a0b2</d2p1:guid>
<d2p1:guid>826212e4-9f65-4bc5-9af3-365cafd85f49</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": "5f41f2bc-5d7b-4e5d-ad91-4a66989e5198",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-09-05T08:23:40.9975651-05:00",
"color": "sample string 6",
"insuredDatabaseId": "c74d4843-6b62-4c5c-988a-56fdafef146b",
"tagDatabaseId": "c7daf4c7-b0b3-4ae2-a352-8be02a946780"
}
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>5f41f2bc-5d7b-4e5d-ad91-4a66989e5198</DatabaseId> <DateApplied>2026-09-05T08:23:40.9975651-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>c74d4843-6b62-4c5c-988a-56fdafef146b</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>c7daf4c7-b0b3-4ae2-a352-8be02a946780</TagDatabaseId> </InsuredTags>