API
User Manual
  • Introduction to API v2
  • Guides
    • Getting started
    • Authorization
    • Delivery Notes Integrations
  • API Reference
    • General
      • Data types
        • Validation
        • Prices
      • Schema
      • Flags
      • ETags
        • ETag examples
      • Filtering
      • Sorting
      • Paging
      • Methods
      • HTTP Status Codes
    • Enums
      • Payment methods
      • Units
      • Order status
  • Entity
    • Attendance
    • Branch
    • Category
    • Cloud
    • Course
    • Customer
    • Customer Account
    • Customer Account Log
    • Daily Menu
    • Daily Menu Product
    • Delivery Note
    • Discount group
    • EET subject
    • Employee
    • Money log
    • Order
    • Order item
    • Product
    • Product Customization
    • Product Ingredient
    • Reservation
    • Stock Packaging
    • Supplier
    • Table
    • Tag
    • Tax (VAT rates)
    • Warehouse
    • Warehouse Branch
  • Others
    • Reports
      • Base Sales Report
    • POS actions
    • Release notes
    • Breaking changes
    • 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
On this page
  • Get All Categories for Cloud
  • Get Category
  • Create Category
  • Update Category Field
  • Delete Category

Was this helpful?

Export as PDF
  1. Migration
  2. API v1 Services

Category Service

Get All Categories for Cloud

GET /api/category/:cloudId

GET /v2/clouds/:cloudId/categories

Get Category

GET /api/category/:cloudId

GET /v2/clouds/:cloudId/categories/:categoryId

Create Category

POST /api/category/:cloudId/create

POST /v2/clouds/:cloudId/categories

Update Category Field

POST /api/category/:cloudid/:categoryid/update

Replace or create PUT /clouds/:cloudId/categories PUT /clouds/:cloudId/categories/:categoryId

Partial update PATCH /v2/clouds/:cloudId/categories/:categoryId

Delete Category

GET /api/category/:cloudId/:categoryId/delete

DELETE /v2/clouds/:cloudId/categories/:categoryId

PreviousBranch ServiceNextCustomer Service

Last updated 4 years ago

Was this helpful?