StoreApi
All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| storeControllerFetchMenu | GET /v1/store/{id}/menu | Get store menu |
| storeControllerFind | POST /v1/store | Find store |
| storeControllerFindOne | GET /v1/store/{id} | Get store information |
| storeControllerGetStoreDateOptions | GET /v1/store/{id}/order-dates | Get store date options |
storeControllerFetchMenu
StoreMenuClass storeControllerFetchMenu(id, order_date, order_time)
Get store menu
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ID of store | [default to null] |
| order_date | String | ISO8601 compliant date string, defaults to current server date | [optional] [default to null] |
| order_time | String | Order time in HH format, void (omitting it) means order is ASAP (current system, or nearest available time slot) | [optional] [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
storeControllerFind
StoresEntity storeControllerFind(SearchStoreDTO)
Find store
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| SearchStoreDTO | SearchStoreDTO |
Return type
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
storeControllerFindOne
StoreClass storeControllerFindOne(id)
Get store information
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ID of store | [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
storeControllerGetStoreDateOptions
StoreOrderDatesEntity storeControllerGetStoreDateOptions(id)
Get store date options
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ID of store | [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json