Carrier Experience

Contract summary list

Retrieves the summaries of the specified contract and, if any exist, all child contracts.

Security
Request
header Parameters
x-api-key
required
string

The API Key.

Request Body schema: application/json
object (ExternalBusinessRequestDto)
Responses
200

List of contracts with performance found

post/v1/carrier-experience/contracts/list
Request samples
application/json
{
  • "businessRequest": {
    }
}
Response samples
application/json
{
  • "contractSummaries": [
    ]
}