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": [
"ad089b30-5524-409d-9a72-e51c888dd276",
"4832ae86-9d91-414f-8138-bb06d4bbb08b"
]
}
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>ad089b30-5524-409d-9a72-e51c888dd276</d2p1:guid>
<d2p1:guid>4832ae86-9d91-414f-8138-bb06d4bbb08b</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": "91c71049-af78-4c10-b053-b006fdea73a3",
"xDate": "2026-06-22T10:48:29.6345322-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "fd11e33e-4285-4aba-b647-2bdbc007dada"
}
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>91c71049-af78-4c10-b053-b006fdea73a3</DatabaseId> <InsuredDatabaseId>fd11e33e-4285-4aba-b647-2bdbc007dada</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-06-22T10:48:29.6345322-05:00</XDate> </XDatesLinesOfBusiness>