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": [ "63da22e5-b43e-4e8e-9777-20fe3b3ca128", "5020a4ea-a14c-4e3d-97e2-8aedc63abf44" ] }
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>63da22e5-b43e-4e8e-9777-20fe3b3ca128</d2p1:guid> <d2p1:guid>5020a4ea-a14c-4e3d-97e2-8aedc63abf44</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": "7555e0c2-e4f6-4063-a1f2-2b1d4da34ae7", "name": "sample string 2", "description": "sample string 3", "categoryName": "sample string 4", "dateApplied": "2025-05-30T21:54:42.3622427-05:00", "color": "sample string 6", "insuredDatabaseId": "160a9148-22aa-4dd0-8fef-57b2eed1137a", "tagDatabaseId": "3225b921-ca7b-4759-9838-8b1e2b088b79" }
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>7555e0c2-e4f6-4063-a1f2-2b1d4da34ae7</DatabaseId> <DateApplied>2025-05-30T21:54:42.3622427-05:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>160a9148-22aa-4dd0-8fef-57b2eed1137a</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>3225b921-ca7b-4759-9838-8b1e2b088b79</TagDatabaseId> </InsuredTags>