We need to create an Order using a REST API that can be seen from Clover Dining APP.
When we tried to search for the Order Types on the Platform "EndPoint system_order_types" we get this: "id": "DINE-IN-TYPE", "labelKey": "com.clover.order.type.dine_in", and the order creation is like this: {"note": "This is a Test", "title": "Salon Salon 02", "ManualTransaction": false, "state": "open", "orderType": {"id": "DINE-IN -TYPE "," labelKey ":" com.clover.order.type.dine_in "}} but the method responds: "The referenced order type does not exist ". How can we create a visible order for Clover-Dining placed into the required tab (main, bar, patio, etc). Thanks!