POST api/shift/import
Import a list of shift records
Request Information
URI Parameters
None.
Body Parameters
Shift records
Collection of Shift| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ShiftIdentifier | Collection of byte |
None. |
|
| ShiftIdentifierGuid | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| ForDate | date |
None. |
|
| Started | date |
None. |
|
| Ended | date |
None. |
|
| OpeningOperatorG_UID | Collection of byte |
None. |
|
| OpeningOperatorGuid | globally unique identifier |
None. |
|
| ClosingOperatorG_UID | Collection of byte |
None. |
|
| ClosingOperatorGuid | globally unique identifier |
None. |
|
| OpeningMachineG_UID | Collection of byte |
None. |
|
| OpeningMachineGuid | globally unique identifier |
None. |
|
| OpeningMachineID | integer |
None. |
|
| ClosingMachineID | integer |
None. |
|
| DrawerID | integer |
None. |
|
| CashTotal | integer |
None. |
|
| EftTotal | integer |
None. |
|
| Updated | date |
None. |
|
| Processed | integer |
None. |
|
| OpeningMachineName | string |
Relation. This field may not always be loaded or used for updates. |
|
| ClosingMachineName | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"shiftIdentifier": "uTGhz5AmM0e7R8QjAbX42Q==",
"shiftIdentifierGuid": "cfa131b9-2690-4733-bb47-c42301b5f8d9",
"storeID": 1,
"forDate": "2026-04-03T06:27:10.5885293",
"started": "2026-04-03T06:27:10.5885293",
"ended": "2026-04-03T06:27:10.5885293",
"openingOperatorG_UID": "tK7zVZELyE2BET3CA9/idw==",
"openingOperatorGuid": "55f3aeb4-0b91-4dc8-8111-3dc203dfe277",
"closingOperatorG_UID": "38MtLDPWqEyFUd4Sq27DjA==",
"closingOperatorGuid": "2c2dc3df-d633-4ca8-8551-de12ab6ec38c",
"openingMachineG_UID": "dUooEpf3ik+Rf/mMmtKkbw==",
"openingMachineGuid": "12284a75-f797-4f8a-917f-f98c9ad2a46f",
"openingMachineID": 5,
"closingMachineID": 1,
"drawerID": 1,
"cashTotal": 6,
"eftTotal": 7,
"updated": "2026-04-03T06:27:10.5885293",
"processed": 8,
"openingMachineName": "sample string 9",
"closingMachineName": "sample string 10"
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfShift xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager">
<Shift>
<CashTotal>6</CashTotal>
<ClosingMachineID>1</ClosingMachineID>
<ClosingMachineName>sample string 10</ClosingMachineName>
<ClosingOperatorG_UID>38MtLDPWqEyFUd4Sq27DjA==</ClosingOperatorG_UID>
<ClosingOperatorGuid>2c2dc3df-d633-4ca8-8551-de12ab6ec38c</ClosingOperatorGuid>
<DrawerID>1</DrawerID>
<EftTotal>7</EftTotal>
<Ended>2026-04-03T06:27:10.5885293+00:00</Ended>
<ForDate>2026-04-03T06:27:10.5885293+00:00</ForDate>
<ID>1</ID>
<OpeningMachineG_UID>dUooEpf3ik+Rf/mMmtKkbw==</OpeningMachineG_UID>
<OpeningMachineGuid>12284a75-f797-4f8a-917f-f98c9ad2a46f</OpeningMachineGuid>
<OpeningMachineID>5</OpeningMachineID>
<OpeningMachineName>sample string 9</OpeningMachineName>
<OpeningOperatorG_UID>tK7zVZELyE2BET3CA9/idw==</OpeningOperatorG_UID>
<OpeningOperatorGuid>55f3aeb4-0b91-4dc8-8111-3dc203dfe277</OpeningOperatorGuid>
<Processed>8</Processed>
<ShiftIdentifier>uTGhz5AmM0e7R8QjAbX42Q==</ShiftIdentifier>
<ShiftIdentifierGuid>cfa131b9-2690-4733-bb47-c42301b5f8d9</ShiftIdentifierGuid>
<Started>2026-04-03T06:27:10.5885293+00:00</Started>
<StoreID>1</StoreID>
<Updated>2026-04-03T06:27:10.5885293+00:00</Updated>
</Shift>
<Shift>
<CashTotal>6</CashTotal>
<ClosingMachineID>1</ClosingMachineID>
<ClosingMachineName>sample string 10</ClosingMachineName>
<ClosingOperatorG_UID>38MtLDPWqEyFUd4Sq27DjA==</ClosingOperatorG_UID>
<ClosingOperatorGuid>2c2dc3df-d633-4ca8-8551-de12ab6ec38c</ClosingOperatorGuid>
<DrawerID>1</DrawerID>
<EftTotal>7</EftTotal>
<Ended>2026-04-03T06:27:10.5885293+00:00</Ended>
<ForDate>2026-04-03T06:27:10.5885293+00:00</ForDate>
<ID>1</ID>
<OpeningMachineG_UID>dUooEpf3ik+Rf/mMmtKkbw==</OpeningMachineG_UID>
<OpeningMachineGuid>12284a75-f797-4f8a-917f-f98c9ad2a46f</OpeningMachineGuid>
<OpeningMachineID>5</OpeningMachineID>
<OpeningMachineName>sample string 9</OpeningMachineName>
<OpeningOperatorG_UID>tK7zVZELyE2BET3CA9/idw==</OpeningOperatorG_UID>
<OpeningOperatorGuid>55f3aeb4-0b91-4dc8-8111-3dc203dfe277</OpeningOperatorGuid>
<Processed>8</Processed>
<ShiftIdentifier>uTGhz5AmM0e7R8QjAbX42Q==</ShiftIdentifier>
<ShiftIdentifierGuid>cfa131b9-2690-4733-bb47-c42301b5f8d9</ShiftIdentifierGuid>
<Started>2026-04-03T06:27:10.5885293+00:00</Started>
<StoreID>1</StoreID>
<Updated>2026-04-03T06:27:10.5885293+00:00</Updated>
</Shift>
</ArrayOfShift>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.