| Page Path | Method | Route | Action | |
|---|---|---|---|---|
| page_path | GET | / | Page | index |
| page_path | GET | /nightly | Page | nightly |
| page_path | GET | /version/:version | Page | version |
| open_path | GET | /locale/:locale | Open | locale |
| user_path | POST | /api_gate/login | User | login |
| user_path | POST | /api_gate/register | User | register |
| store_path | GET | /store/domain/:domain | Store | domain |
| store_path | GET | /store/tags/:domain | Store | tags |
| store_path | GET | /store/product_list/:domain | Store | product_list |
| open_path | GET | /store/locale/:locale | Open | locale_store |
| store_path | POST | /store/login/:domain | Store | sms_login |
| store_path | POST | /store/validate_otp/:domain | Store | validate_otp |
| store_path | POST | /store/pay/weepay/:domain/:customer | Store | weepay_callback |
| store_path | POST | /customer/payment/:domain | Store | payment |
| store_path | GET | /customer/refresh_jwt/:domain | Store | refresh_jwt |
| store_path | POST | /customer/update_address/:domain | Store | update_address |
| store_path | POST | /customer/order/:domain | Store | order |
| call_path | GET | /call_api/telsam/incoming/:domain/:caller | Call | incoming_call |
| call_path | GET | /call_api/incoming/:domain/:caller | Call | incoming_call |
| call_path | GET | /call_api/check/:domain/:caller/:callee | Call | check_selfservice |
| call_path | GET | /call_api/orderstandard/:domain/:caller | Call | make_standardorder |
| call_path | GET | /call_api/createorder/:domain/:caller/:item/:amount/:time | Call | create_order |
| call_path | GET | /call_api/status/:domain | Call | check_status |
| sms_path | POST | /order_api/sms | Sms | smslist |
| sms_path | POST | /order_api/validate | Sms | key_validation |
| universal_path | POST | /api/v1/universal/filter | Universal | filter |
| user_path | GET | /api/v1/users | User | index |
| user_path | GET | /api/v1/users/:id | User | get_record |
| user_path | GET | /api/v1/users/list | User | list_all |
| user_path | POST | /api/v1/users/add | User | add |
| user_path | POST | /api/v1/users/savenotkey | User | notification_key_update |
| user_path | PATCH | /api/v1/users | User | update |
| warehouse_path | GET | /api/v1/warehouse/list | Warehouse | list_all |
| warehouse_path | GET | /api/v1/warehouse/:id | Warehouse | show |
| warehouse_path | POST | /api/v1/warehouse/add | Warehouse | add |
| warehouse_path | PATCH | /api/v1/warehouse | Warehouse | update |
| warehouse_path | GET | /api/v1/warehouse/:id/history/:page | Warehouse | history |
| stocks_path | GET | /api/v1/stocks/record/:id | Stocks | get_record |
| stocks_path | GET | /api/v1/stocks/history/:page | Stocks | history |
| stocks_path | POST | /api/v1/stocks/add | Stocks | add |
| stocks_path | POST | /api/v1/stocks/move | Stocks | move |
| stocks_path | POST | /api/v1/stocks/remove | Stocks | remove |
| reports_path | POST | /api/v1/report/daily_sales | Reports | daily_sales |
| customer_path | GET | /api/v1/customer/list | Customer | list_all |
| customer_path | GET | /api/v1/customer/:id | Customer | get_record |
| customer_path | POST | /api/v1/customer/add | Customer | add |
| customer_path | PATCH | /api/v1/customer | Customer | update |
| customer_path | DELETE | /api/v1/customer/:key | Customer | archive |
| inventory_path | GET | /api/v1/inventory/list | Inventory | list_all |
| inventory_path | GET | /api/v1/inventory/:id | Inventory | get_record |
| inventory_path | POST | /api/v1/inventory/add | Inventory | add |
| inventory_path | PATCH | /api/v1/inventory | Inventory | update |
| inventory_path | DELETE | /api/v1/inventory/:key | Inventory | archive |
| inventory_tags_path | GET | /api/v1/inventory_tags/list | InventoryTags | list_all |
| inventory_tags_path | GET | /api/v1/inventory_tags/:id | InventoryTags | get_record |
| inventory_tags_path | POST | /api/v1/inventory_tags/add | InventoryTags | add |
| inventory_tags_path | PATCH | /api/v1/inventory_tags | InventoryTags | update |
| inventory_tags_path | DELETE | /api/v1/inventory_tags/:key | InventoryTags | archive |
| inventory_tags_path | POST | /api/v1/inventory_tags/order | InventoryTags | update_visual_order |
| employee_path | GET | /api/v1/employee/list | Employee | list_all |
| employee_path | GET | /api/v1/employee/:id | Employee | get_record |
| employee_path | POST | /api/v1/employee/add | Employee | add |
| employee_path | PATCH | /api/v1/employee | Employee | update |
| employee_path | DELETE | /api/v1/employee/:key | Employee | archive |
| order_path | GET | /api/v1/order/list | Order | list_all |
| order_path | GET | /api/v1/order/:id | Order | get_record |
| order_path | DELETE | /api/v1/order/:key | Order | archive |
| order_path | GET | /api/v1/order/history/customer/:key | Order | customer_orders |
| order_path | POST | /api/v1/order/history/customer | Order | customer_orders_by_date |
| order_path | GET | /api/v1/order/history/:start_time/:end_time | Order | orders_between |
| order_path | POST | /api/v1/order/add | Order | add |
| order_path | PATCH | /api/v1/order | Order | update |
| order_path | POST | /api/v1/order/complete | Order | complete |
| ledger_path | GET | /api/v1/ledger/list | Ledger | list_all |
| ledger_path | POST | /api/v1/ledger/filter | Ledger | filter |
| ledger_path | POST | /api/v1/ledger/add | Ledger | add |
| ledger_path | PATCH | /api/v1/ledger | Ledger | update |
| file_path | POST | /api/v1/file/upload | File | upload |
| file_path | POST | /api/v1/file/get-upload-url | File | client_upload |
| file_path | POST | /api/v1/file/base64 | File | base64 |
| app_path | PATCH | /api/v1/settings | App | update_settings |
| call_path | GET | /api/v1/dial/:caller/:callee | Call | dial |
| employee_path | GET | /api/v1/refresh_token | Employee | list_all |
| mixed_path | POST | /api/v1/mixed | Mixed | add |
| mixed_path | PATCH | /api/v1/mixed | Mixed | update |
| mixed_path | GET | /api/v1/mixed | Mixed | list_all |
| mixed_path | GET | /api/v1/mixed/:key | Mixed | get_record |
| mixed_path | GET | /api/v1/mixed/type/:type | Mixed | list_type |
| constants_path | POST | /api/v1/constants | Constants | add |
| constants_path | PATCH | /api/v1/constants | Constants | update |
| constants_path | GET | /api/v1/constants | Constants | list_all |
| constants_path | GET | /api/v1/constants/:key | Constants | get_record |
| constants_path | GET | /api/v1/constants/type/:type | Constants | list_type |
| location_path | POST | /mapi/location | Location | update |
| location_path | GET | /mapi/report_location | Location | collect_locations |
| location_path | POST | /mapi/last_locations | Location | last_locations |
| notification_path | GET | /mapi/notification | Notification | index |
| notification_path | GET | /mapi/notification/:id/edit | Notification | edit |
| notification_path | GET | /mapi/notification/new | Notification | new |
| notification_path | GET | /mapi/notification/:id | Notification | show |
| notification_path | POST | /mapi/notification | Notification | create |
| notification_path | PATCH | /mapi/notification/:id | Notification | update |
| PUT | /mapi/notification/:id | Notification | update | |
| notification_path | DELETE | /mapi/notification/:id | Notification | delete |
| notification_path | POST | /mapi/register | Notification | register |
| notification_path | POST | /mapi/message | Notification |