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

Bill

Webhooks

Transfer Order

Webhooks

Outbound Logistic

Webhooks

Inbound Logistic

Webhooks

Adjustment

Webhooks

Invoice Payment

Webhooks

Bill Payment

Webhooks

Shift

Webhooks

Cashier Shift ClosedWebhook

Request

This webhook is triggered when a cashier closes the shift.

Bodyapplication/jsonrequired
IDstringnon-emptyrequired

Unique ID of the shift closure .

Outletstringnon-emptyrequired

Origin outlet where the shift was closed.

Registerstringnon-emptyrequired

Register associated with the shift.

Numberstringnon-emptyrequired

Number of the transaction or shift record.

Openstringnon-emptyrequired

Timestamp when the shift was opened.

Closestringnon-emptyrequired

Timestamp when the shift was closed.

Cashierstringnon-emptyrequired

Name of the cashier who closed the shift.

SalesNTaxnumberrequired

Total sales excluding tax during the shift.

TotalInvoicenumberrequired

Total number of invoices generated in the shift.

Visitornumberrequired

Total number of visitors during the shift.

application/json
{ "example-1": { "ID": "ff7848c9-21f1-4c05-ac9e-1e71d829cc9c", "Outlet": "Outlet1", "Register": "Outlet1", "Number": "20.05.00001", "Open": "2020-05-15T15:11:52.327", "Close": "2020-05-15T15:49:27.563", "Cashier": "Jane", "SalesNTax": 500000, "TotalInvoice": 3, "Visitor": 2 } }

Responses

Webhook processed successfully.

Loyalty Point

Webhooks

Outlet

Webhooks

Sales Order

Webhooks