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. |
|
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>URoVPyfiB0+q1j5oUqyfKw==</Identifier> <IdentifierGuid>3f151a51-e227-4f07-aad6-3e6852ac9f2b</IdentifierGuid> <ManagerCash>7</ManagerCash> <OperatorGUID>253722f0-2c6e-4d26-85a8-8efe420db4f5</OperatorGUID> <OperatorG_UID>8CI3JW4sJk2FqI7+Qg209Q==</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>2025-10-04T23:59:17.5945943+00:00</TransactionDate> <TransactionDateUtc>2025-10-04T23:59:17.5945943+00:00</TransactionDateUtc> </CashCountingAudit>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
Sample not available.
application/vnd.ms-excel
Sample:
Sample not available.