I need to create an Order using a RESTAPI that can be seen from Clover Dine In 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 I create a visible order for Clover-Dine in.