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": [
"1879b00b-dc94-466e-b811-46ca226f9001",
"00462969-f606-4117-b8fc-0923604c94f6"
]
}
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>1879b00b-dc94-466e-b811-46ca226f9001</d2p1:guid>
<d2p1:guid>00462969-f606-4117-b8fc-0923604c94f6</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": "3be19da5-bb9c-4495-90ab-c373476406dd",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-08-22T07:05:30.9312252-05:00",
"color": "sample string 6",
"insuredDatabaseId": "71d48d90-c2b0-4c24-ad53-6d73abb04e2f",
"tagDatabaseId": "dba74d90-41cf-41e3-8f3b-5dc0906b526b"
}
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>3be19da5-bb9c-4495-90ab-c373476406dd</DatabaseId> <DateApplied>2026-08-22T07:05:30.9312252-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>71d48d90-c2b0-4c24-ad53-6d73abb04e2f</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>dba74d90-41cf-41e3-8f3b-5dc0906b526b</TagDatabaseId> </InsuredTags>