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": [
"3f36b5b7-ade2-4b29-843b-654cc0061739",
"95e1695d-0e33-469a-b49a-499e181cec0f"
]
}
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>3f36b5b7-ade2-4b29-843b-654cc0061739</d2p1:guid>
<d2p1:guid>95e1695d-0e33-469a-b49a-499e181cec0f</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": "5cc04292-f4d5-4335-a706-a622b3df35bd",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-05-08T22:59:18.9575449-05:00",
"color": "sample string 6",
"insuredDatabaseId": "1b6b40d0-637c-4a38-b643-cf170124f6c3",
"tagDatabaseId": "bf45441d-8b84-43e0-b154-1e544216e80a"
}
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>5cc04292-f4d5-4335-a706-a622b3df35bd</DatabaseId> <DateApplied>2026-05-08T22:59:18.9575449-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>1b6b40d0-637c-4a38-b643-cf170124f6c3</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>bf45441d-8b84-43e0-b154-1e544216e80a</TagDatabaseId> </InsuredTags>