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": [ "82efd613-5ff2-4c7e-8b42-e4721b62bce0", "67b15f91-4687-44b1-8b1d-f18a14cd44b7" ] }
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>82efd613-5ff2-4c7e-8b42-e4721b62bce0</d2p1:guid> <d2p1:guid>67b15f91-4687-44b1-8b1d-f18a14cd44b7</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": "5d9cf7eb-4672-4713-af81-ed0caf05583a", "xDate": "2025-07-26T14:51:59.9230449-05:00", "lineOfBusinessName": "sample string 2", "insuredDatabaseId": "983c7a95-73bd-4fbf-965a-a0a7baec6bd8" }
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>5d9cf7eb-4672-4713-af81-ed0caf05583a</DatabaseId> <InsuredDatabaseId>983c7a95-73bd-4fbf-965a-a0a7baec6bd8</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2025-07-26T14:51:59.9230449-05:00</XDate> </XDatesLinesOfBusiness>