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/adjustmentCreated
application/json
{ "ID": "ff7848c9-21f1-4c05-ac9e-1e71d829cc9c", "Outlet": "Outlet1", "Date": "2020-08-31T00:00:00", "Number": "20.08.00014", "PIC": "JANSEN", "Type": "Count", "State": "InProgress", "Note": "", "CreatorID": "71e6e3df-257e-4a56-90ad-f6214b267aee", "AdjustedInventory": [ { … } ], "CountedInventory": [ { … } ] }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/adjustmentDeleted
application/json
{ "ID": "ff7848c9-21f1-4c05-ac9e-1e71d829cc9c", "Outlet": "Outlet1", "Date": "2020-08-31T00:00:00", "Number": "20.08.00014", "PIC": "JANSEN", "Type": "Count", "State": "InProgress", "Note": "", "CreatorID": "71e6e3df-257e-4a56-90ad-f6214b267aee", "AdjustedInventory": [ { … } ], "CountedInventory": [ { … } ] }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/adjustmentUpdated
application/json
{ "ID": "ff7848c9-21f1-4c05-ac9e-1e71d829cc9c", "Outlet": "Outlet1", "Date": "2020-08-31T00:00:00", "Number": "20.08.00014", "PIC": "JANSEN", "Type": "Count", "State": "InProgress", "Note": "", "CreatorID": "71e6e3df-257e-4a56-90ad-f6214b267aee", "AdjustedInventory": [ { … } ], "CountedInventory": [ { … } ] }
Response
application/json
{ "status": "success" }
