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": [
"aba31713-268c-443a-a056-e3bf03821adf",
"8a2af202-fb74-4a15-95fa-98feb3c9239d"
]
}
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>aba31713-268c-443a-a056-e3bf03821adf</d2p1:guid>
<d2p1:guid>8a2af202-fb74-4a15-95fa-98feb3c9239d</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": "d5152a3e-beeb-421a-a2ed-e89e9a5fc091",
"xDate": "2026-08-08T01:25:45.4097334-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "fb18ccfc-2cfe-42c3-8594-5da6bad6a71a"
}
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>d5152a3e-beeb-421a-a2ed-e89e9a5fc091</DatabaseId> <InsuredDatabaseId>fb18ccfc-2cfe-42c3-8594-5da6bad6a71a</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-08-08T01:25:45.4097334-05:00</XDate> </XDatesLinesOfBusiness>