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
NameDescriptionTypeAdditional information
InsuredDataBaseId

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "insuredDataBaseId": [
    "9b74698a-2da9-4f0b-a9c0-34605cc85308",
    "7729bd17-547e-4ad7-915e-32651edab595"
  ]
}

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>9b74698a-2da9-4f0b-a9c0-34605cc85308</d2p1:guid>
    <d2p1:guid>7729bd17-547e-4ad7-915e-32651edab595</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
NameDescriptionTypeAdditional 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": "86f43306-55b0-4f5c-9873-da07da069633",
  "xDate": "2024-04-25T14:04:07.5150572-05:00",
  "lineOfBusinessName": "sample string 2",
  "insuredDatabaseId": "ebc01823-c0d1-41e3-96b1-864005b22274"
}

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>86f43306-55b0-4f5c-9873-da07da069633</DatabaseId>
  <InsuredDatabaseId>ebc01823-c0d1-41e3-96b1-864005b22274</InsuredDatabaseId>
  <LineOfBusinessName>sample string 2</LineOfBusinessName>
  <XDate>2024-04-25T14:04:07.5150572-05:00</XDate>
</XDatesLinesOfBusiness>