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": [
"7b4f03b5-16e7-46d1-9f17-532d53582042",
"1886311a-51d2-4f6b-96db-50c191c6c815"
]
}
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>7b4f03b5-16e7-46d1-9f17-532d53582042</d2p1:guid>
<d2p1:guid>1886311a-51d2-4f6b-96db-50c191c6c815</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": "dc462e23-30ac-46fb-8323-71f3e9409ce3",
"xDate": "2025-12-14T14:50:59.1364816-06:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "d80ed3e1-9cfc-4f71-98a8-c43266aa00a7"
}
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>dc462e23-30ac-46fb-8323-71f3e9409ce3</DatabaseId> <InsuredDatabaseId>d80ed3e1-9cfc-4f71-98a8-c43266aa00a7</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2025-12-14T14:50:59.1364816-06:00</XDate> </XDatesLinesOfBusiness>