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": [
"03b684ee-db5a-44e2-9961-bcd2a63edabb",
"1b053e13-7aae-4331-80c2-3de951a215ab"
]
}
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>03b684ee-db5a-44e2-9961-bcd2a63edabb</d2p1:guid>
<d2p1:guid>1b053e13-7aae-4331-80c2-3de951a215ab</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": "7b525b04-2713-4b24-afde-892dc95c5974",
"xDate": "2026-06-17T08:55:09.0579513-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "7f18cfb7-e117-4b98-85ec-1dae90b6c244"
}
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>7b525b04-2713-4b24-afde-892dc95c5974</DatabaseId> <InsuredDatabaseId>7f18cfb7-e117-4b98-85ec-1dae90b6c244</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-06-17T08:55:09.0579513-05:00</XDate> </XDatesLinesOfBusiness>