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": [
"c02697fa-fda2-416e-915b-27e092abbcf8",
"18cfe617-4adb-495e-bc27-cc7c7ad51586"
]
}
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>c02697fa-fda2-416e-915b-27e092abbcf8</d2p1:guid>
<d2p1:guid>18cfe617-4adb-495e-bc27-cc7c7ad51586</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": "aea180f4-6358-4f7d-a95e-4882a4503a77",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-05-29T23:44:50.9208016-05:00",
"color": "sample string 6",
"insuredDatabaseId": "56c4f7b3-d06f-4ff9-b34e-c93da6d8f916",
"tagDatabaseId": "a6088b73-fe2b-4a34-8b44-aa6a7ad4dd7b"
}
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>aea180f4-6358-4f7d-a95e-4882a4503a77</DatabaseId> <DateApplied>2026-05-29T23:44:50.9208016-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>56c4f7b3-d06f-4ff9-b34e-c93da6d8f916</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>a6088b73-fe2b-4a34-8b44-aa6a7ad4dd7b</TagDatabaseId> </InsuredTags>