This action will create a new order.
- API endpoint slug
- airmenu.create_new_order
- Filter code method
- Airmenu.createNewOrder.skip(string?: reason)
- Runtime method
- runAction("airmenu.create_new_order", {})
Action fields
- Label
- What's the enterprise to the place the order?
- Slug
- enterpriseId
- Required
- true
- Can have default value
- false
- Label
- What's the item code to insert in the order?
- Slug
- plu
- Required
- true
- Can have default value
- true
- Filter code method
- Airmenu.createNewOrder.setPlu(string: plu)
- Label
- what's the division of the enterprise to place the order?
- Slug
- division
- Required
- false
- Can have default value
- true
- Filter code method
- Airmenu.createNewOrder.setDivision(string: division)