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": [
"83e930d2-f4da-4418-9eb6-9aea389b9529",
"793e2d1a-08da-441b-9793-233768458104"
]
}
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>83e930d2-f4da-4418-9eb6-9aea389b9529</d2p1:guid>
<d2p1:guid>793e2d1a-08da-441b-9793-233768458104</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": "89c3f853-ad8f-4d7e-b93e-006e51e81af6",
"xDate": "2026-07-05T18:13:50.9465451-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "db12d0f8-98f1-48c9-bb62-c4c129fcbf9a"
}
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>89c3f853-ad8f-4d7e-b93e-006e51e81af6</DatabaseId> <InsuredDatabaseId>db12d0f8-98f1-48c9-bb62-c4c129fcbf9a</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-07-05T18:13:50.9465451-05:00</XDate> </XDatesLinesOfBusiness>