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 StoreOpenTillName | Description | Type | Additional 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. |
|
Imported | date |
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": "24KKHx+uxkOvOSQBNR1Eyg==", "openTillIdentifier": "1f8a82db-ae1f-43c6-af39-2401351d44ca", "storeID": 2, "deptNo": 3, "zoneID": 4, "operatorG_UID": "XaCsPaaqUUWqJ1lA2i81Jw==", "operatorGuid": "3daca05d-aaa6-4551-aa27-5940da2f3527", "openedUTC": "2025-10-04T23:57:25.7263679", "opened": "2025-10-04T23:57:25.7263679", "cashInOut": 7, "direction": "A", "reason": "sample string 9", "reasonID": 1, "drawerID": 1, "machineName": "sample string 10", "supplierIdentifier": "BPSbE+7vRU2y4LXpZUCPBw==", "supplierIdentifierGuid": "139bf404-efee-4d45-b2e0-b5e965408f07", "note": "sample string 11", "trainingMode": 12, "imported": "2025-10-04T23:57:25.7263679", "processed": 14, "storeShortName": "sample string 15", "openedText": "sample string 16", "storeName": "sample string 17", "machineID": 19 }, { "$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> <Imported>2025-10-04T23:57:25.7263679+00:00</Imported> <MachineID>19</MachineID> <MachineName>sample string 10</MachineName> <Note>sample string 11</Note> <OpenTillGuid>24KKHx+uxkOvOSQBNR1Eyg==</OpenTillGuid> <OpenTillID>1</OpenTillID> <OpenTillIdentifier>1f8a82db-ae1f-43c6-af39-2401351d44ca</OpenTillIdentifier> <Opened>2025-10-04T23:57:25.7263679+00:00</Opened> <OpenedText>sample string 16</OpenedText> <OpenedUTC>2025-10-04T23:57:25.7263679+00:00</OpenedUTC> <OperatorG_UID>XaCsPaaqUUWqJ1lA2i81Jw==</OperatorG_UID> <OperatorGuid>3daca05d-aaa6-4551-aa27-5940da2f3527</OperatorGuid> <Processed>14</Processed> <Reason>sample string 9</Reason> <ReasonID>1</ReasonID> <StoreID>2</StoreID> <StoreName>sample string 17</StoreName> <StoreShortName>sample string 15</StoreShortName> <SupplierIdentifier>BPSbE+7vRU2y4LXpZUCPBw==</SupplierIdentifier> <SupplierIdentifierGuid>139bf404-efee-4d45-b2e0-b5e965408f07</SupplierIdentifierGuid> <TrainingMode>12</TrainingMode> <ZoneID>4</ZoneID> </StoreOpenTill> <StoreOpenTill> <CashInOut>7</CashInOut> <DeptNo>3</DeptNo> <Direction>65</Direction> <DrawerID>1</DrawerID> <Imported>2025-10-04T23:57:25.7263679+00:00</Imported> <MachineID>19</MachineID> <MachineName>sample string 10</MachineName> <Note>sample string 11</Note> <OpenTillGuid>24KKHx+uxkOvOSQBNR1Eyg==</OpenTillGuid> <OpenTillID>1</OpenTillID> <OpenTillIdentifier>1f8a82db-ae1f-43c6-af39-2401351d44ca</OpenTillIdentifier> <Opened>2025-10-04T23:57:25.7263679+00:00</Opened> <OpenedText>sample string 16</OpenedText> <OpenedUTC>2025-10-04T23:57:25.7263679+00:00</OpenedUTC> <OperatorG_UID>XaCsPaaqUUWqJ1lA2i81Jw==</OperatorG_UID> <OperatorGuid>3daca05d-aaa6-4551-aa27-5940da2f3527</OperatorGuid> <Processed>14</Processed> <Reason>sample string 9</Reason> <ReasonID>1</ReasonID> <StoreID>2</StoreID> <StoreName>sample string 17</StoreName> <StoreShortName>sample string 15</StoreShortName> <SupplierIdentifier>BPSbE+7vRU2y4LXpZUCPBw==</SupplierIdentifier> <SupplierIdentifierGuid>139bf404-efee-4d45-b2e0-b5e965408f07</SupplierIdentifierGuid> <TrainingMode>12</TrainingMode> <ZoneID>4</ZoneID> </StoreOpenTill> </ArrayOfStoreOpenTill>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.