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": [
"7f0c6936-eab1-4d75-8c1b-6574fb3f5bfa",
"a82a0577-3135-4f69-9a8b-89d3d690c9e5"
]
}
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>7f0c6936-eab1-4d75-8c1b-6574fb3f5bfa</d2p1:guid>
<d2p1:guid>a82a0577-3135-4f69-9a8b-89d3d690c9e5</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": "8264bc6e-9b3a-4287-9fd7-f122aec4a275",
"xDate": "2026-09-26T01:16:16.6856579-05:00",
"lineOfBusinessName": "sample string 2",
"insuredDatabaseId": "90f29620-bcba-4964-b91b-2c2849dd5726"
}
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>8264bc6e-9b3a-4287-9fd7-f122aec4a275</DatabaseId> <InsuredDatabaseId>90f29620-bcba-4964-b91b-2c2849dd5726</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2026-09-26T01:16:16.6856579-05:00</XDate> </XDatesLinesOfBusiness>