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": [
"0435b800-a9e4-4471-90c6-20c13a9ae84e",
"6a23a406-2c9e-48e0-98a9-6c87a2caa579"
]
}
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>0435b800-a9e4-4471-90c6-20c13a9ae84e</d2p1:guid>
<d2p1:guid>6a23a406-2c9e-48e0-98a9-6c87a2caa579</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": "d282d9f6-a57d-423f-a2c8-492dc05e62de",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2025-11-28T10:38:43.8772396-06:00",
"color": "sample string 6",
"insuredDatabaseId": "bfe0264c-7786-47de-8ba1-a6dae834d88b",
"tagDatabaseId": "1e7d507e-31d8-4903-b859-bae02e09250d"
}
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>d282d9f6-a57d-423f-a2c8-492dc05e62de</DatabaseId> <DateApplied>2025-11-28T10:38:43.8772396-06:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>bfe0264c-7786-47de-8ba1-a6dae834d88b</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>1e7d507e-31d8-4903-b859-bae02e09250d</TagDatabaseId> </InsuredTags>