Reservation Update Flow
Change Dates
pick_up_date
: 2025-06-25pick_up_time
: 08:00:00return_date
: 2025-06-30return_time
: 08:00:00Change Locations
pick_up_location
: 1return_location
: 1pick_up_location
and return_location
should have the custom value, and the custom pickup/return location address can be passed in pick_up_location_custom
and return_location_custom
.pick_up_location
: custompick_up_location_custom
: Custom Pickup Location Addressreturn_location
: customreturn_location_custom
: Custom Return Location AddressChange Vehicle Class
vehicle_class_id
, and if it is a free vehicle class upgrade, pass the free_upgrade
key too.vehicle_class_id
: 2free_upgrade
: 1Change Additional Charge
additional_charges[]
: 5_2additional_charges[]
: 4_0Change Customer
customer_id
: 25Add Offline Payment
field_29
: Payment Type. Options: payment or authorization.field_31
: Payment Method. Default options: Credit Card, Bank Transfer, Maestro, Cash, Customer Credit.field_32
: Payment Date. Format: YYYY-MM-DD.field_37
: Payment Status. Default options: Approved, Denied.field_34
: Payment Amount.field_35
: Reference.field_id
, you can open a support ticket to ask for assistance.Charge Existing Card
amount
: charge amountskip_payment_email
: truesend_payment_request
: true, flag for sending payment request if the payment failsskip_payment_request_email
:trueModified at 2025-03-05 19:23:35