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/customerCreated
application/json
{ "FirstName": "John", "LastName": "Doe", "Title": "Mr", "Birthdate": "2018-07-22T00:00:00", "Phone": "56545654", "Email": "johndoe@gmail.com", "Gender": 0, "Outlet": "Outlet 1", "Name": "Mr John Doe", "Code": "1011", "Address": "JL. Muara Karang No.30", "City": "Jakarta", "Mobile": "085212121212", "MemberIdentification": "32412323214512" }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/customerDeleted
application/json
{ "FirstName": "John", "LastName": "Doe", "Title": "Mr", "Birthdate": "2018-07-22T00:00:00", "Phone": "56545654", "Email": "johndoe@gmail.com", "Gender": 0, "Outlet": "Outlet 1", "Name": "Mr John Doe", "Code": "1011", "Address": "JL. Muara Karang No.30", "City": "Jakarta", "Mobile": "085212121212", "MemberIdentification": "32412323214512" }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/customerUpdated
application/json
{ "FirstName": "John", "LastName": "Doe", "Title": "Mr", "Birthdate": "2018-07-22T00:00:00", "Phone": "5859541", "Email": "johndoe@gmail.com", "Gender": 0, "Outlet": "Outlet 1", "Name": "Mr John Doe", "Code": "1011", "Address": "JL. Muara Karang No.30", "City": "Jakarta", "Mobile": "085212121212", "MemberIdentification": "32412323214512" }
Response
application/json
{ "status": "success" }
