GET api/GoPos?storeGuId={storeGuId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeGuId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GoPosSettingsModel| 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"
}