POST api/openTills/import

Import a list of open till records

Request Information

URI Parameters

None.

Body Parameters

Open Till records to import

Collection of StoreOpenTill
NameDescriptionTypeAdditional information
OpenTillID

integer

None.

OpenTillGuid

Collection of byte

None.

OpenTillIdentifier

globally unique identifier

None.

StoreID

integer

None.

DeptNo

integer

None.

ZoneID

integer

None.

OperatorG_UID

Collection of byte

None.

OperatorGuid

globally unique identifier

None.

OpenedUTC

date

None.

Opened

date

None.

CashInOut

integer

None.

Direction

CashInOut

None.

Reason

string

None.

ReasonID

integer

None.

DrawerID

integer

None.

MachineName

string

None.

SupplierIdentifier

Collection of byte

None.

SupplierIdentifierGuid

globally unique identifier

None.

Note

string

None.

TrainingMode

integer

None.

Processed

integer

None.

StoreShortName

Store.ShortName relational field, used to set StoreID when importing OpenTill records

string

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

OpenedText

string

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

StoreName

string

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

MachineID

integer

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

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "openTillID": 1,
    "openTillGuid": "XhjEAijbbEOOQFamkERJuA==",
    "openTillIdentifier": "02c4185e-db28-436c-8e40-56a6904449b8",
    "storeID": 2,
    "deptNo": 3,
    "zoneID": 4,
    "operatorG_UID": "V889bZLV4U+RuUuglSWQJA==",
    "operatorGuid": "6d3dcf57-d592-4fe1-91b9-4ba095259024",
    "openedUTC": "2025-06-14T06:02:08.3145551",
    "opened": "2025-06-14T06:02:08.3145551",
    "cashInOut": 7,
    "direction": "A",
    "reason": "sample string 9",
    "reasonID": 1,
    "drawerID": 1,
    "machineName": "sample string 10",
    "supplierIdentifier": "crYeknz+LU6gCEkGqs1j7Q==",
    "supplierIdentifierGuid": "921eb672-fe7c-4e2d-a008-4906aacd63ed",
    "note": "sample string 11",
    "trainingMode": 12,
    "processed": 13,
    "storeShortName": "sample string 14",
    "openedText": "sample string 15",
    "storeName": "sample string 16",
    "machineID": 18
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfStoreOpenTill xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager">
  <StoreOpenTill>
    <CashInOut>7</CashInOut>
    <DeptNo>3</DeptNo>
    <Direction>65</Direction>
    <DrawerID>1</DrawerID>
    <MachineID>18</MachineID>
    <MachineName>sample string 10</MachineName>
    <Note>sample string 11</Note>
    <OpenTillGuid>XhjEAijbbEOOQFamkERJuA==</OpenTillGuid>
    <OpenTillID>1</OpenTillID>
    <OpenTillIdentifier>02c4185e-db28-436c-8e40-56a6904449b8</OpenTillIdentifier>
    <Opened>2025-06-14T06:02:08.3145551+00:00</Opened>
    <OpenedText>sample string 15</OpenedText>
    <OpenedUTC>2025-06-14T06:02:08.3145551+00:00</OpenedUTC>
    <OperatorG_UID>V889bZLV4U+RuUuglSWQJA==</OperatorG_UID>
    <OperatorGuid>6d3dcf57-d592-4fe1-91b9-4ba095259024</OperatorGuid>
    <Processed>13</Processed>
    <Reason>sample string 9</Reason>
    <ReasonID>1</ReasonID>
    <StoreID>2</StoreID>
    <StoreName>sample string 16</StoreName>
    <StoreShortName>sample string 14</StoreShortName>
    <SupplierIdentifier>crYeknz+LU6gCEkGqs1j7Q==</SupplierIdentifier>
    <SupplierIdentifierGuid>921eb672-fe7c-4e2d-a008-4906aacd63ed</SupplierIdentifierGuid>
    <TrainingMode>12</TrainingMode>
    <ZoneID>4</ZoneID>
  </StoreOpenTill>
  <StoreOpenTill>
    <CashInOut>7</CashInOut>
    <DeptNo>3</DeptNo>
    <Direction>65</Direction>
    <DrawerID>1</DrawerID>
    <MachineID>18</MachineID>
    <MachineName>sample string 10</MachineName>
    <Note>sample string 11</Note>
    <OpenTillGuid>XhjEAijbbEOOQFamkERJuA==</OpenTillGuid>
    <OpenTillID>1</OpenTillID>
    <OpenTillIdentifier>02c4185e-db28-436c-8e40-56a6904449b8</OpenTillIdentifier>
    <Opened>2025-06-14T06:02:08.3145551+00:00</Opened>
    <OpenedText>sample string 15</OpenedText>
    <OpenedUTC>2025-06-14T06:02:08.3145551+00:00</OpenedUTC>
    <OperatorG_UID>V889bZLV4U+RuUuglSWQJA==</OperatorG_UID>
    <OperatorGuid>6d3dcf57-d592-4fe1-91b9-4ba095259024</OperatorGuid>
    <Processed>13</Processed>
    <Reason>sample string 9</Reason>
    <ReasonID>1</ReasonID>
    <StoreID>2</StoreID>
    <StoreName>sample string 16</StoreName>
    <StoreShortName>sample string 14</StoreShortName>
    <SupplierIdentifier>crYeknz+LU6gCEkGqs1j7Q==</SupplierIdentifier>
    <SupplierIdentifierGuid>921eb672-fe7c-4e2d-a008-4906aacd63ed</SupplierIdentifierGuid>
    <TrainingMode>12</TrainingMode>
    <ZoneID>4</ZoneID>
  </StoreOpenTill>
</ArrayOfStoreOpenTill>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.