JsCreateCategoryAPI
abstract class JsCreateCategoryAPI<E : WebResponse<Any>> : SimpleAPI<CreateCategoryRequest, CreateCategoryResponse>
Functions
Link copied to clipboard
abstract fun createCategory(restaurantId: String, menuId: String, request: CreateCategoryRequest): Promise<E>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard