Creates an external charge for one reservation
POST
/car-rental/reservations/{reservation_id}/external-chargesRequest
Path Params
reservation_id
required
ID of reservation
Query Params
charge_date
required
Charge date
charge_amount
required
Charge amount
label
optional
Charge label
notes
optional
Charge notes
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
successful operation
Data Schema
object {0}
Example
{}
Last modified: 2 days ago