API
Search…
Introduction to API v2
Guides
Getting started
Authorization
Delivery Notes Integrations
API Reference
General
Enums
Entity
Branch
Category
Cloud
Course
Customer
Delivery Note
Discount group
EET subject
Employee
Money log
Order
Order item
Product
Product Customization
Product Ingredient
Reservation
Supplier
Table
Tag
Warehouse
Warehouse Branch
Others
Reports
POS actions
Release notes
Webhook
Third-party libraries
Migration
Migrating from API v1
API v1 Services
Branch Service
Category Service
Customer Service
Employee Service
OAuth2 Login Service
POS action service
Product Service
Reservation Service
Sale Service
Stock Service
Supplier Service
Tableseat Service
Tag Service
Warehouse Service
Powered By
GitBook
Customer Service
Get All Customers for Cloud
GET
/api/customer/:cloudId
GET
/v2/clouds/:cloudId/customers
Get Customer
GET
/api/customer/:cloudId/:id
GET
/v2/clouds/:cloudId/customers/:customerId
Create Customer
POST
/api/customer/:cloudId/create
POST
/v2/clouds/:cloudId/customers
Update Customer Field
POST
/api/customer/:cloudId/:customerId/update
Replace or create
PUT
/clouds/:cloudId/customers
PUT
/clouds/:cloudId/customers/:customerId
Partial update
PATCH
/v2/clouds/:cloudId/customers/:customerId
Delete Customer
GET
/api/customer/:cloudid/:customerid/delete
DELETE
/v2/clouds/:cloudId/customers/:customerId
Previous
Category Service
Next
Employee Service
Last modified
1yr ago
Export as PDF
Copy link
Outline
Get All Customers for Cloud
Get Customer
Create Customer
Update Customer Field
Delete Customer