Make reservation
documentedEnters a new reservation into the system.
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=make_reservation" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "method=make_reservation&api_key={{PLANYO_API_KEY}}&resource_id={{resource_id}}&start_time={{start_time}}&end_time={{end_time}}&quantity={{quantity}}&email={{email}}&first_name={{first_name}}&last_name={{last_name}}"