Request
Body Params application/json
{
"customer_id": 0,
"external_reference": "string",
"includes": [
"string"
],
"insurances": [
{
"item_id": 0,
"quantity": 0,
"start_now": true,
"start_at": "string",
"end_at": "string",
"rental_cents": 0,
"external_reference": "string"
}
]
}
Request Code Samples
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/org/contracts' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_id": 0,
"external_reference": "string",
"includes": [
"string"
],
"insurances": [
{
"item_id": 0,
"quantity": 0,
"start_now": true,
"start_at": "string",
"end_at": "string",
"rental_cents": 0,
"external_reference": "string"
}
]
}'
Responses
Create a contract with insurance external reference
This response does not have a body.
Modified at 2026-04-15 14:20:24