Updates a refund for a reservation
PUT
/car-rental/reservations/{reservation_id}/refunds/{id}Request
Path Params
reservation_id
required
ID of reservation
id
required
ID of the refund
Query Params
refund_type
optional
The type of refund: Bank Transfer, Credit Card Refund, Maestro or Customer Credit.
date
optional
The date of the refund. in the format YYYY-MM-DD
amount
optional
The amount you are refunding
reference
optional
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