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": [ "d7623e9a-8792-4d74-bafe-07c209c690c6", "01b0c2b1-b204-4e36-896b-6017fa203d9a" ] }
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>d7623e9a-8792-4d74-bafe-07c209c690c6</d2p1:guid> <d2p1:guid>01b0c2b1-b204-4e36-896b-6017fa203d9a</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": "7058fe98-2b51-409b-806a-c77521b4c184", "xDate": "2025-01-17T12:33:03.2528086-06:00", "lineOfBusinessName": "sample string 2", "insuredDatabaseId": "789f6cd4-fac1-44d7-9206-6e91687f8124" }
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>7058fe98-2b51-409b-806a-c77521b4c184</DatabaseId> <InsuredDatabaseId>789f6cd4-fac1-44d7-9206-6e91687f8124</InsuredDatabaseId> <LineOfBusinessName>sample string 2</LineOfBusinessName> <XDate>2025-01-17T12:33:03.2528086-06:00</XDate> </XDatesLinesOfBusiness>