GET api/cashcount/audit/{id}
Get cash count audit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CashCountingAuditName | Description | Type | Additional information |
---|---|---|---|
Identifier | Collection of byte |
None. |
|
IdentifierGuid | globally unique identifier |
None. |
|
TransactionDateUtc | date |
None. |
|
TransactionDate | date |
None. |
|
CashCountingProvider | CashCountingType |
None. |
|
ProviderStoreName | string |
None. |
|
ProviderOperator | string |
None. |
|
StoreID | integer |
None. |
|
OperatorG_UID | Collection of byte |
None. |
|
OperatorGUID | globally unique identifier |
None. |
|
ManagerCash | integer |
None. |
|
PickupCash | integer |
None. |
|
CashDecimals | integer |
None. |
|
Status | CashCountingStatus |
None. |
|
CashCountingProviderName | string |
None. |
|
StatusName | string |
None. |
|
ManagerCashDecimal | decimal number |
None. |
|
PickupCashDecimal | decimal number |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<CashCountingAudit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Integrations.CashCounting"> <CashCountingProvider>3</CashCountingProvider> <CashDecimals>9</CashDecimals> <Identifier>EqA2ovJfckO56T4DDH7Ajw==</Identifier> <IdentifierGuid>a236a012-5ff2-4372-b9e9-3e030c7ec08f</IdentifierGuid> <ManagerCash>7</ManagerCash> <OperatorGUID>ade8102c-6a7a-4cc6-9a37-3cf0ac7152d7</OperatorGUID> <OperatorG_UID>LBDorXpqxkyaNzzwrHFS1w==</OperatorG_UID> <PickupCash>8</PickupCash> <ProviderOperator>sample string 5</ProviderOperator> <ProviderStoreName>sample string 4</ProviderStoreName> <Status>10</Status> <StoreID>6</StoreID> <TransactionDate>2025-06-14T06:52:35.7235627+00:00</TransactionDate> <TransactionDateUtc>2025-06-14T06:52:35.7235627+00:00</TransactionDateUtc> </CashCountingAudit>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
Sample not available.
application/vnd.ms-excel
Sample:
Sample not available.