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": [
"f351bf60-21ee-407d-af8b-b3d50055ec35",
"696dd037-a006-4200-b78d-84dd140838f1"
]
}
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>f351bf60-21ee-407d-af8b-b3d50055ec35</d2p1:guid>
<d2p1:guid>696dd037-a006-4200-b78d-84dd140838f1</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": "f1416610-b59b-43e0-af69-29c1fed47bed",
"name": "sample string 2",
"description": "sample string 3",
"categoryName": "sample string 4",
"dateApplied": "2026-01-08T21:41:52.6267012-06:00",
"color": "sample string 6",
"insuredDatabaseId": "eb56e13a-d5c0-4d8b-8bb2-821487892273",
"tagDatabaseId": "91b22ca0-bd44-4e10-8b56-22f86e5a43a3"
}
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>f1416610-b59b-43e0-af69-29c1fed47bed</DatabaseId> <DateApplied>2026-01-08T21:41:52.6267012-06:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>eb56e13a-d5c0-4d8b-8bb2-821487892273</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>91b22ca0-bd44-4e10-8b56-22f86e5a43a3</TagDatabaseId> </InsuredTags>