POST api/Insured/InsuredTags
Insured tags list endpoint.
Request Information
URI Parameters
None.
Body Parameters
List of insured database Ids.
InsuredDataBaseIdsName | Description | Type | Additional information |
---|---|---|---|
InsuredDataBaseId | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "insuredDataBaseId": [ "549fa1df-b0ad-43c9-aa7c-e9a3cbae569d", "756a415c-ffbc-4320-9873-2bc557f92160" ] }
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>549fa1df-b0ad-43c9-aa7c-e9a3cbae569d</d2p1:guid> <d2p1:guid>756a415c-ffbc-4320-9873-2bc557f92160</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.
InsuredTagsName | 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": "c40e320c-857e-4d4d-a542-a76c3452655d", "name": "sample string 2", "description": "sample string 3", "categoryName": "sample string 4", "dateApplied": "2025-03-26T19:24:10.2520017-05:00", "color": "sample string 6", "insuredDatabaseId": "a6993da7-41bd-4ee6-ab6f-8e98d519a9d1", "tagDatabaseId": "1b225078-f6c4-47a8-a6df-04131be96fa3" }
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>c40e320c-857e-4d4d-a542-a76c3452655d</DatabaseId> <DateApplied>2025-03-26T19:24:10.2520017-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>a6993da7-41bd-4ee6-ab6f-8e98d519a9d1</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>1b225078-f6c4-47a8-a6df-04131be96fa3</TagDatabaseId> </InsuredTags>