POST api/cashBalancing/{id}/details

Saves a list of cash balancing detail records

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Cash balancing header identifier

globally unique identifier

Required

Body Parameters

Cash Balancing Operator data

Collection of CashBalancing
NameDescriptionTypeAdditional information
ID

integer

None.

HeaderIdentifier

Collection of byte

None.

HeaderIdentifierGuid

globally unique identifier

None.

OperatorG_UID

Collection of byte

None.

OperatorGuid

globally unique identifier

None.

Date

date

None.

OperatorCash

integer

None.

DrawerID

integer

None.

MachineID

integer

None.

ManagerCash

integer

None.

ExpectedCash

integer

None.

FinalisedCash

integer

None.

OperatorCashNote

string

None.

ManagerCashNote

string

None.

ExpectedPickup

integer

None.

PickupCash

integer

None.

Start

date

None.

End

date

None.

OperatorName

string

Relation. This field may not always be loaded or used for updates.

OperatorNumber

string

Relation. This field may not always be loaded or used for updates.

MachineName

string

Relation. This field may not always be loaded or used for updates.

Operators

string

Relation. This field may not always be loaded or used for updates.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "headerIdentifier": "uKvplMvee0OzGhN3b4zwTg==",
    "headerIdentifierGuid": "94e9abb8-decb-437b-b31a-13776f8cf04e",
    "operatorG_UID": "cnpRVVsIhkOhBT93KBupZw==",
    "operatorGuid": "55517a72-085b-4386-a105-3f77281ba967",
    "date": "2025-06-14T07:38:16.8646824",
    "operatorCash": 4,
    "drawerID": 5,
    "machineID": 6,
    "managerCash": 7,
    "expectedCash": 8,
    "finalisedCash": 9,
    "operatorCashNote": "sample string 10",
    "managerCashNote": "sample string 11",
    "expectedPickup": 12,
    "pickupCash": 13,
    "start": "2025-06-14T07:38:16.8646824",
    "end": "2025-06-14T07:38:16.8646824",
    "operatorName": "sample string 16",
    "operatorNumber": "sample string 17",
    "machineName": "sample string 18",
    "operators": "sample string 19"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCashBalancing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager">
  <CashBalancing>
    <Date>2025-06-14T07:38:16.8646824+00:00</Date>
    <DrawerID>5</DrawerID>
    <End>2025-06-14T07:38:16.8646824+00:00</End>
    <ExpectedCash>8</ExpectedCash>
    <ExpectedPickup>12</ExpectedPickup>
    <FinalisedCash>9</FinalisedCash>
    <HeaderIdentifier>uKvplMvee0OzGhN3b4zwTg==</HeaderIdentifier>
    <HeaderIdentifierGuid>94e9abb8-decb-437b-b31a-13776f8cf04e</HeaderIdentifierGuid>
    <ID>1</ID>
    <MachineID>6</MachineID>
    <MachineName>sample string 18</MachineName>
    <ManagerCash>7</ManagerCash>
    <ManagerCashNote>sample string 11</ManagerCashNote>
    <OperatorCash>4</OperatorCash>
    <OperatorCashNote>sample string 10</OperatorCashNote>
    <OperatorG_UID>cnpRVVsIhkOhBT93KBupZw==</OperatorG_UID>
    <OperatorGuid>55517a72-085b-4386-a105-3f77281ba967</OperatorGuid>
    <OperatorName>sample string 16</OperatorName>
    <OperatorNumber>sample string 17</OperatorNumber>
    <Operators>sample string 19</Operators>
    <PickupCash>13</PickupCash>
    <Start>2025-06-14T07:38:16.8646824+00:00</Start>
  </CashBalancing>
  <CashBalancing>
    <Date>2025-06-14T07:38:16.8646824+00:00</Date>
    <DrawerID>5</DrawerID>
    <End>2025-06-14T07:38:16.8646824+00:00</End>
    <ExpectedCash>8</ExpectedCash>
    <ExpectedPickup>12</ExpectedPickup>
    <FinalisedCash>9</FinalisedCash>
    <HeaderIdentifier>uKvplMvee0OzGhN3b4zwTg==</HeaderIdentifier>
    <HeaderIdentifierGuid>94e9abb8-decb-437b-b31a-13776f8cf04e</HeaderIdentifierGuid>
    <ID>1</ID>
    <MachineID>6</MachineID>
    <MachineName>sample string 18</MachineName>
    <ManagerCash>7</ManagerCash>
    <ManagerCashNote>sample string 11</ManagerCashNote>
    <OperatorCash>4</OperatorCash>
    <OperatorCashNote>sample string 10</OperatorCashNote>
    <OperatorG_UID>cnpRVVsIhkOhBT93KBupZw==</OperatorG_UID>
    <OperatorGuid>55517a72-085b-4386-a105-3f77281ba967</OperatorGuid>
    <OperatorName>sample string 16</OperatorName>
    <OperatorNumber>sample string 17</OperatorNumber>
    <Operators>sample string 19</Operators>
    <PickupCash>13</PickupCash>
    <Start>2025-06-14T07:38:16.8646824+00:00</Start>
  </CashBalancing>
</ArrayOfCashBalancing>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.