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": [
"a231c118-e953-400f-a32e-16bf5db5f5cb",
"b00d93ce-8e0e-4c4f-9e68-96ddba9308ef"
]
}
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>a231c118-e953-400f-a32e-16bf5db5f5cb</d2p1:guid>
<d2p1:guid>b00d93ce-8e0e-4c4f-9e68-96ddba9308ef</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": "f5079521-12f5-4b0a-807d-ee86195b4937",
"xDate": "2026-04-06T00:05:18.5214145-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "ca0177fd-7e1b-44e4-b47c-a396062bb8be"
}
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>f5079521-12f5-4b0a-807d-ee86195b4937</DatabaseId> <InsuredDatabaseId>ca0177fd-7e1b-44e4-b47c-a396062bb8be</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-04-06T00:05:18.5214145-05:00</XDate> </XDatesLinesOfBusiness>