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": [ "0ad017f2-d13e-4b73-8a54-8c4ed87c873c", "a27f8b70-e91a-4886-906d-1546012d09c4" ] }
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>0ad017f2-d13e-4b73-8a54-8c4ed87c873c</d2p1:guid> <d2p1:guid>a27f8b70-e91a-4886-906d-1546012d09c4</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": "398dbc2c-6265-4b73-b978-2e351e2d0ef3", "name": "sample string 2", "description": "sample string 3", "categoryName": "sample string 4", "dateApplied": "2024-11-21T02:35:20.1183809-06:00", "color": "sample string 6", "insuredDatabaseId": "92a9dc4e-9110-43f7-ad89-cf5173f55078", "tagDatabaseId": "60020e44-ea0e-4c20-9d21-0a371fd38c65" }
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>398dbc2c-6265-4b73-b978-2e351e2d0ef3</DatabaseId> <DateApplied>2024-11-21T02:35:20.1183809-06:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>92a9dc4e-9110-43f7-ad89-cf5173f55078</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>60020e44-ea0e-4c20-9d21-0a371fd38c65</TagDatabaseId> </InsuredTags>