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

Supplier

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

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

Sales Order

Webhooks