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": [
"60685117-a49e-4198-b0e5-a87305b134f7",
"67b30125-b227-4abb-84a0-d63f0abe440c"
]
}
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>60685117-a49e-4198-b0e5-a87305b134f7</d2p1:guid>
<d2p1:guid>67b30125-b227-4abb-84a0-d63f0abe440c</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": "cee71ac9-239e-4532-a9e5-b6e58dad3685",
"xDate": "2026-07-02T10:02:14.3274579-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "4ce5ed6d-275e-4825-806e-6605c4f4096a"
}
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>cee71ac9-239e-4532-a9e5-b6e58dad3685</DatabaseId> <InsuredDatabaseId>4ce5ed6d-275e-4825-806e-6605c4f4096a</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-07-02T10:02:14.3274579-05:00</XDate> </XDatesLinesOfBusiness>