Creates a refund for a reservation
POST
/car-rental/reservations/{reservation_id}/refundsRequest
Path Params
reservation_id
required
ID of reservation
Query Params
refund_type
required
The type of refund: Bank Transfer, Credit Card Refund, Maestro or Customer Credit.
date
required
The date of the refund. in the format YYYY-MM-DD
amount
required
The amount you are refunding
reference
required
A reference for the refund. Could be something that identifies the refund, payment or reservation.
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
successful operation
Data Schema
object {0}
Example
{}
Last modified: 2 days ago