Product Webhook API (1.0.0)

Webhook that triggers when a new product is created

Download OpenAPI description
Languages
Servers
Production Server
https://{subdomain}/api/v3/

Product

Webhook for product events

Webhooks

Invoice

Webhook for invoice events

Webhooks

Customer

Webhook for customer events

Webhooks

Customer CreatedWebhook

Request

This webhook is triggered when a new customer is created in the Sell & Contacts Customer menu.

Bodyapplication/json
FirstNamestringnon-emptyrequired

First Name of the Customer

LastNamestringnon-emptyrequired

Last Name of the Customer

Titlestringnon-emptyrequired

Title of the Customer

Birthdatestringnon-emptyrequired

Birthdate of the Customer

Phonestringnon-emptyrequired

Phone Number of the Customer

Emailstringnon-emptyrequired

Email of the Customer

Gendernumberrequired

Gender of the Customer

Outletstringnon-emptyrequired

Outlet origin of the Customer

Namestringnon-emptyrequired

Name of the Customer

Codestringrequired

Unique code of the Customer

Addressstringnon-emptyrequired

Address of the Customer

Citystringnon-emptyrequired

City of the Customer

Mobilestringnon-emptyrequired

Mobile Phone number of the Customer

MemberIdentificationstringnon-emptyrequired

Customer Identification Number

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" }

Responses

Webhook received successfully

Bodyapplication/json
statusstring
Example: "success"
Response
application/json
{ "status": "success" }

Customer DeletedWebhook

Request

This webhook is triggered when a customer is deleted from the Contacts Customer menu.

Bodyapplication/json
FirstNamestringnon-emptyrequired

First Name of the Customer

LastNamestringnon-emptyrequired

Last Name of the Customer

Titlestringnon-emptyrequired

Title of the Customer

Birthdatestringnon-emptyrequired

Birthdate of the Customer

Phonestringnon-emptyrequired

Phone Number of the Customer

Emailstringnon-emptyrequired

Email of the Customer

Gendernumberrequired

Gender of the Customer

Outletstringnon-emptyrequired

Outlet origin of the Customer

Namestringnon-emptyrequired

Name of the Customer

Codestringrequired

Unique code of the Customer

Addressstringnon-emptyrequired

Address of the Customer

Citystringnon-emptyrequired

City of the Customer

Mobilestringnon-emptyrequired

Mobile Phone number of the Customer

MemberIdentificationstringnon-emptyrequired

Customer Identification Number

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" }

Responses

Webhook received successfully

Bodyapplication/json
statusstring
Example: "success"
Response
application/json
{ "status": "success" }

Customer UpdatedWebhook

Request

This webhook is triggered when a customer is updated in the Contacts Customer menu.

Bodyapplication/json
FirstNamestringnon-emptyrequired

First Name of the Customer

LastNamestringnon-emptyrequired

Last Name of the Customer

Titlestringnon-emptyrequired

Title of the Customer

Birthdatestringnon-emptyrequired

Birthdate of the Customer

Phonestringnon-emptyrequired

Phone Number of the Customer

Emailstringnon-emptyrequired

Email of the Customer

Gendernumberrequired

Gender of the Customer

Outletstringnon-emptyrequired

Outlet origin of the Customer

Namestringnon-emptyrequired

Name of the Customer

Codestringrequired

Unique code of the Customer

Addressstringnon-emptyrequired

Address of the Customer

Citystringnon-emptyrequired

City of the Customer

Mobilestringnon-emptyrequired

Mobile Phone number of the Customer

MemberIdentificationstringnon-emptyrequired

Customer Identification Number

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" }

Responses

Webhook received successfully

Bodyapplication/json
statusstring
Example: "success"
Response
application/json
{ "status": "success" }

Supplier

Webhook for supplier events

Webhooks

Bill

Webhook for bill events

Webhooks

Transfer Order

Webhook for transfer order events

Webhooks

Outbound Logistic

Webhook for outbound logistic events

Webhooks

Inbound Logistic

Webhook for inbound logistic events

Webhooks

Adjustment

Webhook for adjustment events

Webhooks

Invoice Payment

Webhook for invoice payment events

Webhooks

Bill Payment

Webhook for bill payment events

Webhooks

Shift

Webhook for shift events

Webhooks

Outlet

Webhook for outlet events

Webhooks

Sales Order

Webhook for sales order events

Webhooks

Loyalty Provider

Use this section to integrate external coupon provider to DealPOS

Go to Developer Menu -> Tab Promotion Coupon Provider then click button Add and fill with your endpoint. Loyalty Image

Webhooks