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": [
"034b2fba-dd6d-45c9-b43c-74278a1b087b",
"ed5d9084-5ba7-41e2-8d3f-5cd675547588"
]
}
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>034b2fba-dd6d-45c9-b43c-74278a1b087b</d2p1:guid>
<d2p1:guid>ed5d9084-5ba7-41e2-8d3f-5cd675547588</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": "d1b75678-1771-4e4a-a2fa-3cf343f2f670",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-06-17T17:16:27.6967474-05:00",
"color": "sample string 6",
"insuredDatabaseId": "8f9ef30b-dc19-4d8d-9032-343212ac4299",
"tagDatabaseId": "722fd8ed-c54c-4e42-a1f4-bcb71e32564e"
}
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>d1b75678-1771-4e4a-a2fa-3cf343f2f670</DatabaseId> <DateApplied>2026-06-17T17:16:27.6967474-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>8f9ef30b-dc19-4d8d-9032-343212ac4299</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>722fd8ed-c54c-4e42-a1f4-bcb71e32564e</TagDatabaseId> </InsuredTags>