GET api/PosCube?StoreId={StoreId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PosCubeSettingsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ProjectID | integer |
None. |
|
| RestaurantID | integer |
None. |
|
| StoreId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"ProjectID": 2,
"RestaurantID": 3,
"StoreId": "sample string 4"
}