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": [ "2611e8ed-be74-4057-b964-ceec02350738", "b6322748-0d3f-4cd1-a68c-6ec444ac3f93" ] }
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>2611e8ed-be74-4057-b964-ceec02350738</d2p1:guid> <d2p1:guid>b6322748-0d3f-4cd1-a68c-6ec444ac3f93</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": "90cee7ce-ed24-4456-aa0e-f37c5f9c1975", "name": "sample string 2", "description": "sample string 3", "categoryName": "sample string 4", "dateApplied": "2025-06-30T15:22:23.7592601-05:00", "color": "sample string 6", "insuredDatabaseId": "ed099dd0-cecf-41c8-8080-25334f8f3f88", "tagDatabaseId": "7cd1c2f2-50b2-443e-858e-e11db240e860" }
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>90cee7ce-ed24-4456-aa0e-f37c5f9c1975</DatabaseId> <DateApplied>2025-06-30T15:22:23.7592601-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>ed099dd0-cecf-41c8-8080-25334f8f3f88</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>7cd1c2f2-50b2-443e-858e-e11db240e860</TagDatabaseId> </InsuredTags>