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": [
"83865f5c-24dd-4e04-b08b-00a997e8ad04",
"4e5e4bbd-53e6-45f5-bd9d-bc9d0d988629"
]
}
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>83865f5c-24dd-4e04-b08b-00a997e8ad04</d2p1:guid>
<d2p1:guid>4e5e4bbd-53e6-45f5-bd9d-bc9d0d988629</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": "74d6ae11-d531-4ca7-8f7d-b051780749bb",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-01-29T22:25:14.3564935-06:00",
"color": "sample string 6",
"insuredDatabaseId": "d1c80559-8f35-4664-86af-19cf2fa029fa",
"tagDatabaseId": "a46d446f-4401-42b2-8321-9d4031d58d0e"
}
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>74d6ae11-d531-4ca7-8f7d-b051780749bb</DatabaseId> <DateApplied>2026-01-29T22:25:14.3564935-06:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>d1c80559-8f35-4664-86af-19cf2fa029fa</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>a46d446f-4401-42b2-8321-9d4031d58d0e</TagDatabaseId> </InsuredTags>