About this action
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- 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
Enterprise ID Dropdown list
- Label
- What's the enterprise to the place the order?
- Slug
- enterpriseId
- Required
- true
- Can have default value
- false
Plu Text input > Short text
- 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)
Division Text input > Short text
- 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)