GET api/cashcount/settings/store/{storeName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CashCountSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| CashCountingProvider | CashCountingType |
None. |
|
| ProviderStoreName |
Store name set at provider |
string |
None. |
| ProviderName | string |
None. |
|
| StoreZoneID |
Zone ID for listing |
integer |
None. |
| ZoneName |
Zone name for listing |
string |
None. |
| StoreNameID |
Store ID for listing |
integer |
None. |
| StoreName |
Store name for listing |
string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<CashCountSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Integrations.CashCounting"> <CashCountingProvider>2</CashCountingProvider> <Identifier>HfsJvilvZEKt6oCgkLLKvg==</Identifier> <IdentifierGuid>be09fb1d-6f29-4264-adea-80a090b2cabe</IdentifierGuid> <ProviderStoreName>sample string 3</ProviderStoreName> <StoreID>1</StoreID> <StoreName>sample string 7</StoreName> <StoreNameID>6</StoreNameID> <StoreZoneID>4</StoreZoneID> <ZoneName>sample string 5</ZoneName> </CashCountSetting>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
Sample not available.
application/vnd.ms-excel
Sample:
Sample not available.