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": [
"fe6abfd9-6792-4468-8956-74feaf53dbf3",
"a631f1d5-5086-4e96-8c50-b9323681127b"
]
}
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>fe6abfd9-6792-4468-8956-74feaf53dbf3</d2p1:guid>
<d2p1:guid>a631f1d5-5086-4e96-8c50-b9323681127b</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": "16204710-0e08-41d2-98df-9fb251a160bd",
"xDate": "2026-07-11T19:11:17.5851209-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "8699c60a-29f9-4926-9661-bf6072ebd317"
}
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>16204710-0e08-41d2-98df-9fb251a160bd</DatabaseId> <InsuredDatabaseId>8699c60a-29f9-4926-9661-bf6072ebd317</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-07-11T19:11:17.5851209-05:00</XDate> </XDatesLinesOfBusiness>