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": [
"619a115b-726b-4807-bf1c-f1b9a96829e1",
"9e24fd8a-ed0c-41be-85ce-0a0b41d0575f"
]
}
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>619a115b-726b-4807-bf1c-f1b9a96829e1</d2p1:guid>
<d2p1:guid>9e24fd8a-ed0c-41be-85ce-0a0b41d0575f</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": "8bc71cd1-f5cd-403f-86a7-86ced3e72c1d",
"xDate": "2026-06-29T05:07:50.5175843-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "2827317b-4d5c-46c1-a012-d3aa661d9664"
}
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>8bc71cd1-f5cd-403f-86a7-86ced3e72c1d</DatabaseId> <InsuredDatabaseId>2827317b-4d5c-46c1-a012-d3aa661d9664</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-06-29T05:07:50.5175843-05:00</XDate> </XDatesLinesOfBusiness>