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