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

Supplier

Webhook for supplier events

Webhooks

Supplier CreatedWebhook

Request

This webhook is triggered when a new supplier is created.

Bodyapplication/json
FirstNamestringnon-emptyrequired

First Name of the Supplier

LastNamestringnon-emptyrequired

Last Name of the Supplier

Titlestring

Title on behalf of the Supplier

Phonestringnon-emptyrequired

Phone Number of the Supplier

Emailstringnon-emptyrequired

Email of the Supplier

Genderstringnon-emptyrequired

Gender of the Supplier

Namestringnon-emptyrequired

Name of the Supplier

Codestringnon-emptyrequired

Unique Code of the Supplier

Addressstringnon-emptyrequired

Address of the Supplier

Mobilestringnon-emptyrequired

Mobile Phone Number of the Supplier

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

Responses

Webhook received successfully

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

Supplier DeletedWebhook

Request

This webhook is triggered when a supplier is deleted.

Bodyapplication/json
FirstNamestringnon-emptyrequired

First Name of the Supplier

LastNamestringnon-emptyrequired

Last Name of the Supplier

Titlestring

Title on behalf of the Supplier

Phonestringnon-emptyrequired

Phone Number of the Supplier

Emailstringnon-emptyrequired

Email of the Supplier

Genderstringnon-emptyrequired

Gender of the Supplier

Namestringnon-emptyrequired

Name of the Supplier

Codestringnon-emptyrequired

Unique Code of the Supplier

Addressstringnon-emptyrequired

Address of the Supplier

Mobilestringnon-emptyrequired

Mobile Phone Number of the Supplier

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

Responses

Webhook received successfully

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

Supplier UpdatedWebhook

Request

This webhook is triggered when a supplier is updated.

Bodyapplication/json
FirstNamestringnon-emptyrequired

First Name of the Supplier

LastNamestringnon-emptyrequired

Last Name of the Supplier

Titlestring

Title on behalf of the Supplier

Phonestringnon-emptyrequired

Phone Number of the Supplier

Emailstringnon-emptyrequired

Email of the Supplier

Genderstringnon-emptyrequired

Gender of the Supplier

Namestringnon-emptyrequired

Name of the Supplier

Codestringnon-emptyrequired

Unique Code of the Supplier

Addressstringnon-emptyrequired

Address of the Supplier

Mobilestringnon-emptyrequired

Mobile Phone Number of the Supplier

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

Responses

Webhook received successfully

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

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