POST api/Insured/InsuredXDatesAndLinesOfBusiness
Insured X-Dates and Lines of Business 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": [ "6abf9633-2862-440b-baa8-f038d58ef4b1", "f3852722-7468-4b50-8bf7-7dd7300e1cc1" ] }
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>6abf9633-2862-440b-baa8-f038d58ef4b1</d2p1:guid> <d2p1:guid>f3852722-7468-4b50-8bf7-7dd7300e1cc1</d2p1:guid> </InsuredDataBaseId> </InsuredDataBaseIds>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
List of XDatesLinesOfBusiness against given insured database Ids.
XDatesLinesOfBusinessName | Description | Type | Additional information |
---|---|---|---|
DatabaseId | globally unique identifier |
None. |
|
XDate | date |
None. |
|
LineOfBusinessName | string |
None. |
|
InsuredDatabaseId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "e8523a4e-154a-47e9-ad4e-6beb226237ac", "xDate": "2023-06-04T09:11:28.058515-05:00", "lineOfBusinessName": "sample string 2", "insuredDatabaseId": "8a6a7d66-9e0e-4c7b-9ace-a6cb6683e7ed" }
application/xml, text/xml
Sample:
<XDatesLinesOfBusiness xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <DatabaseId>e8523a4e-154a-47e9-ad4e-6beb226237ac</DatabaseId> <InsuredDatabaseId>8a6a7d66-9e0e-4c7b-9ace-a6cb6683e7ed</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2023-06-04T09:11:28.058515-05:00</XDate> </XDatesLinesOfBusiness>