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": [
"cd531b39-8e33-40a9-abf1-043a425198db",
"74518cfa-136e-458e-a02a-b1714e5208fa"
]
}
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>cd531b39-8e33-40a9-abf1-043a425198db</d2p1:guid>
<d2p1:guid>74518cfa-136e-458e-a02a-b1714e5208fa</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": "94211c18-75e4-4b7f-86ae-1d5a527debce",
"xDate": "2026-08-22T15:40:13.8197601-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "1fe3d556-499e-4928-8857-8427438eb7b6"
}
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>94211c18-75e4-4b7f-86ae-1d5a527debce</DatabaseId> <InsuredDatabaseId>1fe3d556-499e-4928-8857-8427438eb7b6</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-08-22T15:40:13.8197601-05:00</XDate> </XDatesLinesOfBusiness>