Sign in

Add custom product

documented

Add a new custom product to 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=add_custom_product" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d 'method=add_custom_product&api_key={{PLANYO_API_KEY}}&name={{$name}}&price={{$price}}&reservation_id={{$reservation_id}}&tax_rate={{$tax_rate}}&custom={{$custom}}&recalculate_price={{$recalculate_price}}&language={{$language}}&hash_timestamp={{$hash_timestamp}}&hash_key={{$hash_key}}'