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": [
"8e958d75-631a-47cf-93f4-f2c431208ad2",
"d9a87854-77a1-4f48-9e51-60e759c9a07a"
]
}
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>8e958d75-631a-47cf-93f4-f2c431208ad2</d2p1:guid>
<d2p1:guid>d9a87854-77a1-4f48-9e51-60e759c9a07a</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": "1ecc2f8e-168d-42b2-bcdd-43361ea7107b",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-04-03T19:07:59.3607671-05:00",
"color": "sample string 6",
"insuredDatabaseId": "7b4b3872-40d6-4e49-a9b1-f39b7b87ffb1",
"tagDatabaseId": "3398cdeb-f456-486a-b719-d5e3a81ae847"
}
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>1ecc2f8e-168d-42b2-bcdd-43361ea7107b</DatabaseId> <DateApplied>2026-04-03T19:07:59.3607671-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>7b4b3872-40d6-4e49-a9b1-f39b7b87ffb1</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>3398cdeb-f456-486a-b719-d5e3a81ae847</TagDatabaseId> </InsuredTags>