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>OOerp0TqckiMkuYJZBU/ig==</Identifier> <IdentifierGuid>a7abe738-ea44-4872-8c92-e60964153f8a</IdentifierGuid> <ManagerCash>7</ManagerCash> <OperatorGUID>e47561ef-a9a5-4833-b5af-805287d2d561</OperatorGUID> <OperatorG_UID>72F15KWpM0i1r4BSh9LVYQ==</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-06-03T18:36:48.4115769+00:00</TransactionDate> <TransactionDateUtc>2026-06-03T18:36:48.4115769+00:00</TransactionDateUtc> </CashCountingAudit>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
Sample not available.
application/vnd.ms-excel
Sample:
Sample not available.