Batch quote insurance for multiple items
Request
Body Params application/json
{
"includes": [
"string"
],
"items": [
{
"item_id": 0,
"start_at": "14:15:22.123Z",
"end_at": "14:15:22.123Z",
"quantity": 0,
"rental_cents": 0
}
]
}
Request Code Samples
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/org/items/insurance/batch_quote' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"includes": [
"string"
],
"items": [
{
"item_id": 0,
"start_at": "14:15:22.123Z",
"end_at": "14:15:22.123Z",
"quantity": 0,
"rental_cents": 0
}
]
}'
Responses
Batch quote for multiple items with auto price estimate
This response does not have a body.
Modified at 2026-04-15 14:20:24