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": [
"1c609e7b-0394-4cb0-9ef5-47aaf524a7c6",
"0a405f90-206c-4392-b2d9-c7267baab61c"
]
}
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>1c609e7b-0394-4cb0-9ef5-47aaf524a7c6</d2p1:guid>
<d2p1:guid>0a405f90-206c-4392-b2d9-c7267baab61c</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": "aebcb40a-93e1-4b5b-9292-733226d981ce",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-03-27T17:56:08.1159881-05:00",
"color": "sample string 6",
"insuredDatabaseId": "e41477d8-f80b-4a62-88d1-7ebba81b78f4",
"tagDatabaseId": "fdcb49b1-42fb-4232-ae44-03f24bbf7b07"
}
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>aebcb40a-93e1-4b5b-9292-733226d981ce</DatabaseId> <DateApplied>2026-03-27T17:56:08.1159881-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>e41477d8-f80b-4a62-88d1-7ebba81b78f4</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>fdcb49b1-42fb-4232-ae44-03f24bbf7b07</TagDatabaseId> </InsuredTags>