Perform reservation administrative action
documentedPerforms an administrative action (e.g., confirm, cancel) on a 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=do_reservation_action" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "api_key={{PLANYO_API_KEY}}&reservation_id={{$reservation_id}}&action={{$action}}&language={{$language}}&custom_data={{$custom_data}}&comment={{$comment}}&admin_id={{$admin_id}}&is_quiet={{$is_quiet}}&hash_timestamp={{$hash_timestamp}}&hash_key={{$hash_key}}"