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": [
"f67158bb-4785-44e2-997b-7a925da74554",
"15254ea6-1c84-4dd8-bfbd-2ed30e07818b"
]
}
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>f67158bb-4785-44e2-997b-7a925da74554</d2p1:guid>
<d2p1:guid>15254ea6-1c84-4dd8-bfbd-2ed30e07818b</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": "48546b3c-a1a3-45e4-a156-da9088ce6411",
"xDate": "2026-07-15T10:59:15.338916-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "2a6af127-853f-4345-b68b-df37dc0e03d2"
}
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>48546b3c-a1a3-45e4-a156-da9088ce6411</DatabaseId> <InsuredDatabaseId>2a6af127-853f-4345-b68b-df37dc0e03d2</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-07-15T10:59:15.338916-05:00</XDate> </XDatesLinesOfBusiness>