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": [
"7bee9360-0068-49f5-9cae-371034cbaa1e",
"3dcbaaa8-0cf3-418f-a024-97b14b8b4356"
]
}
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>7bee9360-0068-49f5-9cae-371034cbaa1e</d2p1:guid>
<d2p1:guid>3dcbaaa8-0cf3-418f-a024-97b14b8b4356</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": "fe6371b2-26e3-4331-89dc-82a7bd5dcb61",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-07-02T10:02:14.7024532-05:00",
"color": "sample string 6",
"insuredDatabaseId": "3d406c7e-cfb0-479c-b45c-0ac59918f7fe",
"tagDatabaseId": "f584d1fe-91d8-49c6-add4-16c2ab0d1de7"
}
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>fe6371b2-26e3-4331-89dc-82a7bd5dcb61</DatabaseId> <DateApplied>2026-07-02T10:02:14.7024532-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>3d406c7e-cfb0-479c-b45c-0ac59918f7fe</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>f584d1fe-91d8-49c6-add4-16c2ab0d1de7</TagDatabaseId> </InsuredTags>