Authorizations
JWT Authorization header using the Bearer scheme
Body
application/json
ID of the car quote request
Example:
123
Unique identifier for the quote reference ID (coming from POST /quote-requests)
Example:
"550e8400-e29b-41d4-a716-446655440000"
Unique identifier for the quote price ID that exists inside a quote item (coming from POST /quote-requests)
Example:
"550e8400-e29b-41d4-a716-446655440001"
List of benefit UUIDs
UUID of a benefit (coming from POST /quote-request)
Example:
[
"6f45768d-edcd-4bb0-ab8a-712d549deee9",
"2f276e18-0c6e-49ca-b6e6-64700a1bef90"
]Optional free-form object with additional fields. Total JSON-encoded size must not exceed 255 characters.
Example:
{
"some_key": "some value",
"another_key": 123
}
