Updates a refund for a reservation
PUT
/car-rental/reservations/{reservation_id}/refunds/{id}Requisição
Parâmetros Path
reservation_id
required
ID of reservation
id
required
ID of the refund
Parâmetros Query
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.
Respostas
OK(200)
Código HTTP: 200
Tipo de Conteúdo: JSONapplication/json
successful operation
Esquema de Dados
object {0}
Exemplo
{}
Last modified: 2 hours ago