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": [ "13bd722c-1210-48c0-b2ec-e2f446e558f9", "fcaa8612-870d-461b-b01b-7abdb4e39ea3" ] }
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>13bd722c-1210-48c0-b2ec-e2f446e558f9</d2p1:guid> <d2p1:guid>fcaa8612-870d-461b-b01b-7abdb4e39ea3</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": "2f7fbfe2-b494-4928-9717-57e24e883e37", "xDate": "2025-05-09T03:28:38.8947256-05:00", "lineOfBusinessName": "sample string 2", "insuredDatabaseId": "de75a2b6-b395-4a49-b375-328ba6c4dff0" }
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>2f7fbfe2-b494-4928-9717-57e24e883e37</DatabaseId> <InsuredDatabaseId>de75a2b6-b395-4a49-b375-328ba6c4dff0</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2025-05-09T03:28:38.8947256-05:00</XDate> </XDatesLinesOfBusiness>