Sign in

Set reservation products

documented

Set or reset all additional product usage for a 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=set_reservation_products" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d 'method=set_reservation_products&api_key={{PLANYO_API_KEY}}&reservation_id={{reservation_id}}&product_{{$product_id}}={{quantity}}&product_{{$product_id}}_TIMESTAMP={{product_timestamp}}&product_{{$product_id}}_extra_field={{product_extra_field}}&recalculate_price={{recalculate_price}}&send_notifications={{send_notifications}}&language={{language}}&hash_timestamp={{hash_timestamp}}&hash_key={{hash_key}}'