| Operation | HTTP Request | Description |
|---|---|---|
| delete |
DELETE /api/v1.0/company/:customer_id/brand/:brand_id/service/:id |
service_delete |
| get |
GET /api/v1.0/company/:customer_id/brand/:brand_id/service/:id |
service_get |
| put |
PUT /api/v1.0/company/:customer_id/brand/:brand_id/service/:id |
service_put |
| Operation | HTTP Request | Description |
|---|---|---|
| get |
GET /api/me |
api_user_details_get |
| Operation | HTTP Request | Description |
|---|---|---|
| delete |
DELETE /api/v1.0/company/:customer_id/brand/:brand_id/service/:service_id/area/:area_id/subarea/:id |
subarea_delete |
| get |
GET /api/v1.0/company/:customer_id/brand/:brand_id/service/:service_id/area/:area_id/subarea/:id |
subarea_get |
| put |
PUT /api/v1.0/company/:customer_id/brand/:brand_id/service/:service_id/area/:area_id/subarea/:id |
subarea_put |
| Operation | HTTP Request | Description |
|---|---|---|
| delete |
DELETE /api/v1.0/company/:customer_id/brand/:brand_id/service/:service_id/area/:id |
area_delete |
| get |
GET /api/v1.0/company/:customer_id/brand/:brand_id/service/:service_id/area/:id |
area_get |
| put |
PUT /api/v1.0/company/:customer_id/brand/:brand_id/service/:service_id/area/:id |
area_put |
| Operation | HTTP Request | Description |
|---|---|---|
| post |
POST /api/logout/all |
api_logout_all_post |
| Operation | HTTP Request | Description |
|---|---|---|
| delete |
DELETE /api/v1.0/company/:id |
customer_delete |
| get |
GET /api/v1.0/company/:id |
customer_get |
| post |
POST /api/v1.0/company/:id |
customer_post |
| Operation | HTTP Request | Description |
|---|---|---|
| get |
GET /api/v1.0/company |
customers_get |
| Operation | HTTP Request | Description |
|---|---|---|
| get |
GET /api/healthcheck |
healthcheck_get |
| Operation | HTTP Request | Description |
|---|---|---|
| post |
POST /api/login |
api_login_post |
| Operation | HTTP Request | Description |
|---|---|---|
| post |
POST /api/logout |
api_logout_post |
| Operation | HTTP Request | Description |
|---|---|---|
| delete |
DELETE /api/v1.0/company/:customer_id/brand/:id |
brand_delete |
| get |
GET /api/v1.0/company/:customer_id/brand/:id |
brand_get |
| put |
PUT /api/v1.0/company/:customer_id/brand/:id |
brand_put |
| Operation | HTTP Request | Description |
|---|---|---|
| get |
GET /api/v1.0/users/:id |
user_get_v1.0 |
| put |
PUT /api/v1.0/users/:id |
user_put_v1.0 |
| Operation | HTTP Request | Description |
|---|---|---|
| delete |
DELETE /api/v1.0/company/:customer_id/brand/:brand_id/service/:service_id/area/:area_id/subarea/:subarea_id/location/:id |
location_delete |
| get |
GET /api/v1.0/company/:customer_id/brand/:brand_id/service/:service_id/area/:area_id/subarea/:subarea_id/location/:id |
location_get |
| patch |
PATCH /api/v1.0/company/:customer_id/brand/:brand_id/service/:service_id/area/:area_id/subarea/:subarea_id/location/:id |
location_patch |
| put |
PUT /api/v1.0/company/:customer_id/brand/:brand_id/service/:service_id/area/:area_id/subarea/:subarea_id/location/:id |
location_put |