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": [ "83698356-42ab-48a3-8e6b-efbbd8e57e75", "e280a6e5-65fd-4f20-a8c0-638d5331253e" ] }
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>83698356-42ab-48a3-8e6b-efbbd8e57e75</d2p1:guid> <d2p1:guid>e280a6e5-65fd-4f20-a8c0-638d5331253e</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": "01659a35-8d1b-4c9c-acfd-fe37d66d49db", "xDate": "2024-11-21T02:44:56.4112143-06:00", "lineOfBusinessName": "sample string 2", "insuredDatabaseId": "71b5e6bf-961f-4ad2-9b31-2edfd8127e9f" }
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>01659a35-8d1b-4c9c-acfd-fe37d66d49db</DatabaseId> <InsuredDatabaseId>71b5e6bf-961f-4ad2-9b31-2edfd8127e9f</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2024-11-21T02:44:56.4112143-06:00</XDate> </XDatesLinesOfBusiness>