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": [ "29ce63a5-4b26-42b5-86f2-087aed1e7a64", "f7a52080-d726-4f41-9fce-e0f2ee457010" ] }
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>29ce63a5-4b26-42b5-86f2-087aed1e7a64</d2p1:guid> <d2p1:guid>f7a52080-d726-4f41-9fce-e0f2ee457010</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": "b16cd1b5-e70e-418a-acc5-062abaa190f6", "xDate": "2025-05-30T17:01:54.3425202-05:00", "lineOfBusinessName": "sample string 2", "insuredDatabaseId": "76795e52-0c14-48f4-b760-49b5a9a6435f" }
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>b16cd1b5-e70e-418a-acc5-062abaa190f6</DatabaseId> <InsuredDatabaseId>76795e52-0c14-48f4-b760-49b5a9a6435f</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2025-05-30T17:01:54.3425202-05:00</XDate> </XDatesLinesOfBusiness>