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": [
"a21e81f9-a515-4a7d-aa7e-fdf87487fa37",
"05e8332d-b77c-450d-8e06-9d867589e5a4"
]
}
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>a21e81f9-a515-4a7d-aa7e-fdf87487fa37</d2p1:guid>
<d2p1:guid>05e8332d-b77c-450d-8e06-9d867589e5a4</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": "5d58f413-8591-4691-8760-6cdb953ad68f",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-06-01T14:26:41.6180292-05:00",
"color": "sample string 6",
"insuredDatabaseId": "ddc2e606-4cc8-4d71-ad53-9a02add8ac8a",
"tagDatabaseId": "67e322a4-70e6-440f-b8d8-18620cc7e656"
}
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>5d58f413-8591-4691-8760-6cdb953ad68f</DatabaseId> <DateApplied>2026-06-01T14:26:41.6180292-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>ddc2e606-4cc8-4d71-ad53-9a02add8ac8a</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>67e322a4-70e6-440f-b8d8-18620cc7e656</TagDatabaseId> </InsuredTags>