Sign in

Modify reservation

documented

Modifies an existing reservation.

Reservationsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.planyo.com/rest/?method=modify_reservation&api_key={{PLANYO_API_KEY}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"reservation_id": {{$reservation_id}}, "reservation_ids": "{{$reservation_ids}}", "resource_id": {{$resource_id}}, "start_time": "{{$start_time}}", "end_time": "{{$end_time}}", "user_id": {{$user_id}}, "quantity": {{$quantity}}, "admin_mode": {{$admin_mode}}, "send_notifications": {{$send_notifications}}, "rental_prop_xyz": "{{$rental_prop_xyz}}", "assignment1": "{{$assignment1}}", "recalculate_price": {{$recalculate_price}}, "admin_id": {{$admin_id}}, "comments": "{{$comments}}", "language": "{{$language}}"}'
Modify reservation · planyo · OpenIntegrations