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": [
"1dd135eb-0708-4123-9973-d601f82a1bef",
"2863420c-115c-40b5-bfb7-73a2b66fd251"
]
}
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>1dd135eb-0708-4123-9973-d601f82a1bef</d2p1:guid>
<d2p1:guid>2863420c-115c-40b5-bfb7-73a2b66fd251</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": "cace8e94-c6cf-4205-b173-7d3a458a26ce",
"xDate": "2026-02-13T16:55:03.1245861-06:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "47b04574-0931-4ada-bc4f-206bebb2c97c"
}
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>cace8e94-c6cf-4205-b173-7d3a458a26ce</DatabaseId> <InsuredDatabaseId>47b04574-0931-4ada-bc4f-206bebb2c97c</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-02-13T16:55:03.1245861-06:00</XDate> </XDatesLinesOfBusiness>