Recalculate price
documentedRecalculates the price for an existing reservation.
Pricesno 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=recalculate_price&api_key={{PLANYO_API_KEY}}&reservation_id={{$reservation_id}}" \
-X GET \
-H "Accept: application/json"