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": [
"071666bd-3535-4e7f-a5e5-fc9aadabb7f1",
"7789b976-b6a4-4478-b1d2-6234d0e4bd4a"
]
}
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>071666bd-3535-4e7f-a5e5-fc9aadabb7f1</d2p1:guid>
<d2p1:guid>7789b976-b6a4-4478-b1d2-6234d0e4bd4a</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": "0c0f6225-7b73-4a72-9f29-19c2fad91aff",
"xDate": "2026-04-01T17:43:05.8009152-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "0e387359-0e5e-4446-9c26-3e72f9ac04c9"
}
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>0c0f6225-7b73-4a72-9f29-19c2fad91aff</DatabaseId> <InsuredDatabaseId>0e387359-0e5e-4446-9c26-3e72f9ac04c9</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-04-01T17:43:05.8009152-05:00</XDate> </XDatesLinesOfBusiness>