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": [
"af6f707a-788a-4c09-91c9-53a744d3d555",
"223fd7b2-fcc5-474f-8ea6-271db61d38d6"
]
}
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>af6f707a-788a-4c09-91c9-53a744d3d555</d2p1:guid>
<d2p1:guid>223fd7b2-fcc5-474f-8ea6-271db61d38d6</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": "3f9bb3af-4e45-4e1b-8f5e-21e15ced0fb5",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2025-11-18T13:07:11.2175521-06:00",
"color": "sample string 6",
"insuredDatabaseId": "ec12e4f1-7bd7-44e9-bd73-d0b6b9cdbba6",
"tagDatabaseId": "755b4dad-3650-4ded-87ea-8a96218dbc9d"
}
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>3f9bb3af-4e45-4e1b-8f5e-21e15ced0fb5</DatabaseId> <DateApplied>2025-11-18T13:07:11.2175521-06:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>ec12e4f1-7bd7-44e9-bd73-d0b6b9cdbba6</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>755b4dad-3650-4ded-87ea-8a96218dbc9d</TagDatabaseId> </InsuredTags>