Webhook that triggers when a new product is created
Product Webhook API (1.0.0)
Download OpenAPI description
Languages
Servers
Production Server
https://{subdomain}/api/v3/
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/paymentCreated
application/json
{ "ID": "1c2a88a6-d99c-4915-91af-a36110c34c7a", "InvoiceID": "008cdf4c-f5c1-449c-94dd-c2f3741fb1ab", "Outlet": "Outlet1", "Number": "2020.07.0001", "Amount": 100000, "Method": "Cash", "Date": "2020-07-01", "Created": "2020-07-31", "Creator": "Hendry", "CreatorID": "71e6e3df-257e-4a56-90ad-f6214b267aee" }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/paymentDeleted
application/json
{ "ID": "1c2a88a6-d99c-4915-91af-a36110c34c7a", "InvoiceID": "008cdf4c-f5c1-449c-94dd-c2f3741fb1ab", "Outlet": "Outlet1", "Number": "2020.07.0001", "Amount": 100000, "Method": "Cash", "Date": "2020-07-01", "Created": "2020-07-31", "Creator": "Hendry", "CreatorID": "71e6e3df-257e-4a56-90ad-f6214b267aee" }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/paymentUpdated
application/json
{ "ID": "1c2a88a6-d99c-4915-91af-a36110c34c7a", "InvoiceID": "008cdf4c-f5c1-449c-94dd-c2f3741fb1ab", "Outlet": "Outlet1", "Number": "2020.07.0001", "Amount": 100000, "Method": "Cash", "Date": "2020-07-01", "Created": "2020-07-31", "Creator": "Hendry", "CreatorID": "71e6e3df-257e-4a56-90ad-f6214b267aee" }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/paymentWriteoff
application/json
{ "ID": "1c2a88a6-d99c-4915-91af-a36110c34c7a", "InvoiceID": "008cdf4c-f5c1-449c-94dd-c2f3741fb1ab", "Outlet": "Outlet1", "Number": "2020.07.0001", "Amount": 100000, "Method": "Cash", "Date": "2020-07-01", "Created": "2020-07-31", "Creator": "Hendry", "CreatorID": "71e6e3df-257e-4a56-90ad-f6214b267aee", "TagID": "1c2a88a6-d99c-4915-91af-a36110c34c7a" }
