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": [
"3bf66f7b-df83-42a7-af44-aa92fd7255c9",
"2ac2e607-bda6-41e7-bfe1-1c99a215ab7e"
]
}
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>3bf66f7b-df83-42a7-af44-aa92fd7255c9</d2p1:guid>
<d2p1:guid>2ac2e607-bda6-41e7-bfe1-1c99a215ab7e</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": "49c0ab9f-687c-4b2e-9405-ae88732b9635",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-03-11T13:08:57.5913476-05:00",
"color": "sample string 6",
"insuredDatabaseId": "f2f4e8c2-7563-4a50-8a80-06487fc3fa28",
"tagDatabaseId": "0b79fb60-0420-4aa6-9f65-153f0c35d325"
}
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>49c0ab9f-687c-4b2e-9405-ae88732b9635</DatabaseId> <DateApplied>2026-03-11T13:08:57.5913476-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>f2f4e8c2-7563-4a50-8a80-06487fc3fa28</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>0b79fb60-0420-4aa6-9f65-153f0c35d325</TagDatabaseId> </InsuredTags>