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": [
"3d8c4bae-53e1-4b2f-a35e-77cef81632e2",
"53f81cb6-973e-4cfd-a725-9ad45d360978"
]
}
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>3d8c4bae-53e1-4b2f-a35e-77cef81632e2</d2p1:guid>
<d2p1:guid>53f81cb6-973e-4cfd-a725-9ad45d360978</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": "d09f6be2-75e4-460c-8431-2d1b867c447e",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-01-16T21:46:39.4793949-06:00",
"color": "sample string 6",
"insuredDatabaseId": "a5c45792-1944-4428-a019-b25efeb9397a",
"tagDatabaseId": "33a4ed2f-0253-43e5-bc1d-1cace50c57ab"
}
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>d09f6be2-75e4-460c-8431-2d1b867c447e</DatabaseId> <DateApplied>2026-01-16T21:46:39.4793949-06:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>a5c45792-1944-4428-a019-b25efeb9397a</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>33a4ed2f-0253-43e5-bc1d-1cace50c57ab</TagDatabaseId> </InsuredTags>