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": [
"848a0c64-d662-487e-aca6-2506eab47ae5",
"0580bfe8-53dd-4a4e-a8fe-ce054dc723e7"
]
}
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>848a0c64-d662-487e-aca6-2506eab47ae5</d2p1:guid>
<d2p1:guid>0580bfe8-53dd-4a4e-a8fe-ce054dc723e7</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": "f5c2726f-bdea-443b-a119-21e03f90bc8c",
"xDate": "2026-01-27T20:38:41.6478541-06:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "b2704327-71ef-4543-b48f-4a88de00bc47"
}
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>f5c2726f-bdea-443b-a119-21e03f90bc8c</DatabaseId> <InsuredDatabaseId>b2704327-71ef-4543-b48f-4a88de00bc47</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-01-27T20:38:41.6478541-06:00</XDate> </XDatesLinesOfBusiness>