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
CashCountingAudit| Name | 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. |
|
| OperatorName | string |
Relation. This field may not always be loaded or used for updates. |
|
| CashCountingProviderName | string |
Relation. This field may not always be loaded or used for updates. |
|
| StatusName | string |
Relation. This field may not always be loaded or used for updates. |
|
| ManagerCashDecimal | decimal number |
Relation. This field may not always be loaded or used for updates. |
|
| PickupCashDecimal | decimal number |
Relation. This field may not always be loaded or used for updates. |
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>tWjq1Mw/lki5zX5hiHleKA==</Identifier> <IdentifierGuid>d4ea68b5-3fcc-4896-b9cd-7e6188795e28</IdentifierGuid> <ManagerCash>7</ManagerCash> <OperatorGUID>61e9fcfe-0837-497b-92d0-424cbb99d220</OperatorGUID> <OperatorG_UID>/vzpYTcIe0mS0EJMu5nSIA==</OperatorG_UID> <OperatorName>sample string 11</OperatorName> <PickupCash>8</PickupCash> <ProviderOperator>sample string 5</ProviderOperator> <ProviderStoreName>sample string 4</ProviderStoreName> <Status>10</Status> <StoreID>6</StoreID> <TransactionDate>2026-04-03T06:18:46.9440396+00:00</TransactionDate> <TransactionDateUtc>2026-04-03T06:18:46.9440396+00:00</TransactionDateUtc> </CashCountingAudit>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
Sample not available.
application/vnd.ms-excel
Sample:
Sample not available.