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/supplierCreated
application/json
{ "FirstName": "PT", "LastName": "XYZ", "Title": "MR", "Phone": "02166747384", "Email": "ptxyz@gmail.com", "Gender": "Male", "Name": "PT XYZ", "Code": "S0001", "Address": "Pluit Street No.88", "Mobile": "08583482374" }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/supplierDeleted
application/json
{ "FirstName": "PT", "LastName": "XYZ", "Title": "MR", "Phone": "02166747384", "Email": "ptxyz@gmail.com", "Gender": "Male", "Name": "PT XYZ", "Code": "S0001", "Address": "Pluit Street No.88", "Mobile": "08583482374" }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/supplierUpdated
application/json
{ "FirstName": "PT", "LastName": "XYZ", "Title": "MR", "Phone": "02166747384", "Email": "ptxyz@gmail.com", "Gender": "Female", "Name": "PT XYZ", "Code": "S0001", "Address": "Pluit Street No.88", "Mobile": "08583482374" }
Response
application/json
{ "status": "success" }
