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": [ "3a44a71a-cdad-4033-aa7e-979394ba0d4b", "dcbc466a-ab47-4988-beef-cf516b22d7d2" ] }
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>3a44a71a-cdad-4033-aa7e-979394ba0d4b</d2p1:guid> <d2p1:guid>dcbc466a-ab47-4988-beef-cf516b22d7d2</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": "dae307c5-5f24-47b6-9f48-c9bf7aec5556", "name": "sample string 2", "description": "sample string 3", "categoryName": "sample string 4", "dateApplied": "2024-12-09T19:43:34.7333169-06:00", "color": "sample string 6", "insuredDatabaseId": "741e2ec0-78b9-4a1b-934b-57bf58d24ff0", "tagDatabaseId": "82b7ae84-f647-4e3e-8c46-e3a9bc4f7d92" }
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>dae307c5-5f24-47b6-9f48-c9bf7aec5556</DatabaseId> <DateApplied>2024-12-09T19:43:34.7333169-06:00</DateApplied> <Description>sample string 3</Description> <InsuredDatabaseId>741e2ec0-78b9-4a1b-934b-57bf58d24ff0</InsuredDatabaseId> <Name>sample string 2</Name> <TagDatabaseId>82b7ae84-f647-4e3e-8c46-e3a9bc4f7d92</TagDatabaseId> </InsuredTags>