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.
InsuredDataBaseIdsName | Description | Type | Additional information |
---|---|---|---|
InsuredDataBaseId | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "insuredDataBaseId": [ "e5b3f061-4c5c-4e32-b774-192f3d6e2864", "627f40b2-62ca-4466-be6c-882f662755f8" ] }
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>e5b3f061-4c5c-4e32-b774-192f3d6e2864</d2p1:guid> <d2p1:guid>627f40b2-62ca-4466-be6c-882f662755f8</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.
XDatesLinesOfBusinessName | 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": "4e9ddce0-6062-433e-ad1f-eaa790ba7100", "xDate": "2024-12-10T08:57:54.2915542-06:00", "lineOfBusinessName": "sample string 2", "insuredDatabaseId": "655d671f-cdfe-43d9-9f44-4ed3bf2bef7c" }
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>4e9ddce0-6062-433e-ad1f-eaa790ba7100</DatabaseId> <InsuredDatabaseId>655d671f-cdfe-43d9-9f44-4ed3bf2bef7c</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2024-12-10T08:57:54.2915542-06:00</XDate> </XDatesLinesOfBusiness>