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.
InsuredDataBaseIds| Name | Description | Type | Additional information |
|---|---|---|---|
| InsuredDataBaseId | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"insuredDataBaseId": [
"64114438-42b8-465b-8f1c-e5d178090ea0",
"5810724b-4555-4df0-a8d3-48e1bb6f523b"
]
}
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>64114438-42b8-465b-8f1c-e5d178090ea0</d2p1:guid>
<d2p1:guid>5810724b-4555-4df0-a8d3-48e1bb6f523b</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.
XDatesLinesOfBusiness| Name | 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": "e21c873d-517b-4e0b-bf6d-07e3e621be06",
"xDate": "2026-09-11T06:12:20.2259482-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "5c7cc7e7-1b06-4072-a1a5-40566bbca89a"
}
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>e21c873d-517b-4e0b-bf6d-07e3e621be06</DatabaseId> <InsuredDatabaseId>5c7cc7e7-1b06-4072-a1a5-40566bbca89a</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-09-11T06:12:20.2259482-05:00</XDate> </XDatesLinesOfBusiness>