Webhook that triggers when a new product is created
Webhook that triggers when a new product is created
Channel Tagging system. (ex:Offline / Whatsapp / Shopee / Tokopedia) used in marketplace.dealpos.app. Backwards Compatibility with property request "SalesType"
{ "ID": "e0211b45-358e-4d5c-bf5b-8a31404b125e", "Outlet": "Outlet1", "Number": "20.09.00020", "Date": "2020-09-02T00:00:00", "DueDate": "2020-09-10T00:00:00", "Tag": "Take Away", "Customer": { "Name": "Hendry", "Email": "henz2194w@gmail.com", "Phone": "0215851412", "Mobile": "0815161688", "Code": "HW0001" }, "CreatorID": "ff7848c9-21f1-4c05-ac9e-1e71d829cc9c", "Created": "2020-09-02T13:52:18.33", "Discount1": 0, "Discount2": 0, "DiscountAmount": 0, "Gross": 100000, "DiscountTotal": 0, "TaxType": "No Tax", "TaxCalculation": "Add", "Tax": 0, "TaxRate": 0, "Sales": 100000, "Surcharge": 0, "SalesNTax": 100000, "Coupon": "KUPON123", "Note": "CONTOH NOTE", "PointUsed": 0, "PointsEarned": 0, "Delivery": "Sent", "Void": "No", "Variants": [ { … } ], "OutboundLogistics": [ { … } ], "Payments": [ { … } ] }
{ "Outlet": "Offline", "Number": "B1.22.07.00025", "Date": "2022-07-25T00:00:00", "Customer": {}, "CreatorID": "71e6e3df-257e-4a56-90ad-f6214b267aee", "Created": "2022-07-25T16:14:03.9", "Discount1": 0, "Discount2": 0, "DiscountAmount": 0, "Gross": 7800000, "Coupon": "KUPON123", "Note": "CONTOH NOTE", "PointUsed": 0, "Delivery": "Sent", "Void": "No", "Variants": [ { … } ] }
{ "ID": "string", "Outlet": "string", "Number": "string", "Date": "string", "DueDate": "string", "Tag": "string", "Customer": { "Name": "string", "Email": "string", "Phone": "string", "Mobile": "string", "Code": "string" }, "CreatorID": "string", "Created": "string", "Discount1": 0, "Discount2": 0, "DiscountAmount": 0, "Gross": 0, "DiscountTotal": 0, "TaxType": "string", "TaxCalculation": "string", "Tax": 0, "TaxRate": 0, "Sales": 0, "Surcharge": 0, "SalesNTax": 0, "Coupon": null, "Note": null, "PointUsed": 0, "PointsEarned": 0, "Delivery": "string", "Void": "string", "Variants": [ { … } ], "OutboundLogistics": [ { … } ], "Payments": [ { … } ] }