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>NBL+tCQKFku95zxrsWV9Iw==</Identifier> <IdentifierGuid>b4fe1234-0a24-4b16-bde7-3c6bb1657d23</IdentifierGuid> <ManagerCash>7</ManagerCash> <OperatorGUID>c2a17b27-5e35-43be-9ce1-8fa9c54600c1</OperatorGUID> <OperatorG_UID>J3uhwjVevkOc4Y+pxUYAwQ==</OperatorG_UID> <PickupCash>8</PickupCash> <ProviderOperator>sample string 5</ProviderOperator> <ProviderStoreName>sample string 4</ProviderStoreName> <Status>10</Status> <StoreID>6</StoreID> <TransactionDate>2025-08-02T23:27:48.4638457+00:00</TransactionDate> <TransactionDateUtc>2025-08-02T23:27:48.4638457+00:00</TransactionDateUtc> </CashCountingAudit>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
Sample not available.
application/vnd.ms-excel
Sample:
Sample not available.