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

Webhooks

Invoice

Webhooks

Customer

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

Codenumberrequired

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

Codenumberrequired

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

Codenumberrequired

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

Webhooks

Bill

Webhooks

Transfer Order

Webhooks

Outbound Logistic

Webhooks

Inbound Logistic

Webhooks

Adjustment

Webhooks

Invoice Payment

Webhooks

Bill Payment

Webhooks

Shift

Webhooks

Loyalty Point

Webhooks

Outlet

Webhooks