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": [
"bcb73666-4136-4010-919e-c9a34963dc94",
"a7822162-2afa-4a79-8518-b4932672719f"
]
}
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>bcb73666-4136-4010-919e-c9a34963dc94</d2p1:guid>
<d2p1:guid>a7822162-2afa-4a79-8518-b4932672719f</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": "0bb1a274-ddef-4210-9e3d-81f63fae8ad3",
"xDate": "2026-01-13T19:36:35.3290993-06:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "0a4c171d-f9b4-4145-aa51-eefa2da6ceb2"
}
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>0bb1a274-ddef-4210-9e3d-81f63fae8ad3</DatabaseId> <InsuredDatabaseId>0a4c171d-f9b4-4145-aa51-eefa2da6ceb2</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-01-13T19:36:35.3290993-06:00</XDate> </XDatesLinesOfBusiness>