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": [
"0cae6930-0cdc-4fe1-81b4-736f810a4652",
"f2c0a9b2-dcdb-41b1-bf49-3d57ebd8aa1e"
]
}
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>0cae6930-0cdc-4fe1-81b4-736f810a4652</d2p1:guid>
<d2p1:guid>f2c0a9b2-dcdb-41b1-bf49-3d57ebd8aa1e</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": "b7a78342-90f4-4324-917a-5076fa15d995",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-06-09T07:45:08.6814822-05:00",
"color": "sample string 6",
"insuredDatabaseId": "de1948cb-c186-4270-8186-5aadcfef62ab",
"tagDatabaseId": "b220307d-3b69-4731-ba5a-b81aba1309c9"
}
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>b7a78342-90f4-4324-917a-5076fa15d995</DatabaseId> <DateApplied>2026-06-09T07:45:08.6814822-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>de1948cb-c186-4270-8186-5aadcfef62ab</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>b220307d-3b69-4731-ba5a-b81aba1309c9</TagDatabaseId> </InsuredTags>