Sign in

Set product usage for reservation

documented

Add or remove products usage for a given reservation (without triggering notifications or price recalculation).

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=set_product_usage_for_reservation" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "method=set_product_usage_for_reservation&reservation_id={{$reservation_id}}&product_id={{$product_id}}&quantity={{$quantity}}&extra_info={{$extra_info}}&usage_time={{$usage_time}}&language={{$language}}&api_key={{PLANYO_API_KEY}}"