POST api/prepacks/import
Request Information
URI Parameters
None.
Body Parameters
Collection of ProductPrePack| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CustomerOrderNo | integer |
None. |
|
| PLU | integer |
None. |
|
| PLUG_UID | Collection of byte |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| PackedOn | date |
None. |
|
| PackedOnUtc | date |
None. |
|
| Barcode | string |
None. |
|
| Quantity | integer |
None. |
|
| SoldByWeight | boolean |
None. |
|
| Value | integer |
None. |
|
| UnitPrice | integer |
None. |
|
| UseBy | date |
None. |
|
| ScaleLocation | integer |
None. |
|
| ZoneID | integer |
None. |
|
| OperatorID | integer |
None. |
|
| OperatorG_UID | Collection of byte |
None. |
|
| OperatorGuid | globally unique identifier |
None. |
|
| MachineID | integer |
None. |
|
| SequenceNo | integer |
None. |
|
| Processed | integer |
None. |
|
| PrePack | boolean |
None. |
|
| MachineName |
Used to set MachineID as intended |
string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"customerOrderNo": 1,
"plu": 1,
"pluG_UID": "eZhC/sv7iU6/swP3uLOGpw==",
"pluGuid": "fe429879-fbcb-4e89-bfb3-03f7b8b386a7",
"storeID": 1,
"packedOn": "2026-04-03T06:15:18.478041",
"packedOnUtc": "2026-04-03T06:15:18.478041",
"barcode": "sample string 4",
"quantity": 5,
"soldByWeight": true,
"value": 7,
"unitPrice": 8,
"useBy": "2026-04-03T06:15:18.478041",
"scaleLocation": 9,
"zoneID": 10,
"operatorID": 1,
"operatorG_UID": "/tCIn2IQ80qV0eR7A6o4VA==",
"operatorGuid": "9f88d0fe-1062-4af3-95d1-e47b03aa3854",
"machineID": 1,
"sequenceNo": 1,
"processed": 1,
"prePack": true,
"machineName": "sample string 12"
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfProductPrePack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager">
<ProductPrePack>
<Barcode>sample string 4</Barcode>
<CustomerOrderNo>1</CustomerOrderNo>
<ID>1</ID>
<MachineID>1</MachineID>
<MachineName>sample string 12</MachineName>
<OperatorG_UID>/tCIn2IQ80qV0eR7A6o4VA==</OperatorG_UID>
<OperatorGuid>9f88d0fe-1062-4af3-95d1-e47b03aa3854</OperatorGuid>
<OperatorID>1</OperatorID>
<PLU>1</PLU>
<PLUG_UID>eZhC/sv7iU6/swP3uLOGpw==</PLUG_UID>
<PackedOn>2026-04-03T06:15:18.478041+00:00</PackedOn>
<PackedOnUtc>2026-04-03T06:15:18.478041+00:00</PackedOnUtc>
<PluGuid>fe429879-fbcb-4e89-bfb3-03f7b8b386a7</PluGuid>
<PrePack>true</PrePack>
<Processed>1</Processed>
<Quantity>5</Quantity>
<ScaleLocation>9</ScaleLocation>
<SequenceNo>1</SequenceNo>
<SoldByWeight>true</SoldByWeight>
<StoreID>1</StoreID>
<UnitPrice>8</UnitPrice>
<UseBy>2026-04-03T06:15:18.478041+00:00</UseBy>
<Value>7</Value>
<ZoneID>10</ZoneID>
</ProductPrePack>
<ProductPrePack>
<Barcode>sample string 4</Barcode>
<CustomerOrderNo>1</CustomerOrderNo>
<ID>1</ID>
<MachineID>1</MachineID>
<MachineName>sample string 12</MachineName>
<OperatorG_UID>/tCIn2IQ80qV0eR7A6o4VA==</OperatorG_UID>
<OperatorGuid>9f88d0fe-1062-4af3-95d1-e47b03aa3854</OperatorGuid>
<OperatorID>1</OperatorID>
<PLU>1</PLU>
<PLUG_UID>eZhC/sv7iU6/swP3uLOGpw==</PLUG_UID>
<PackedOn>2026-04-03T06:15:18.478041+00:00</PackedOn>
<PackedOnUtc>2026-04-03T06:15:18.478041+00:00</PackedOnUtc>
<PluGuid>fe429879-fbcb-4e89-bfb3-03f7b8b386a7</PluGuid>
<PrePack>true</PrePack>
<Processed>1</Processed>
<Quantity>5</Quantity>
<ScaleLocation>9</ScaleLocation>
<SequenceNo>1</SequenceNo>
<SoldByWeight>true</SoldByWeight>
<StoreID>1</StoreID>
<UnitPrice>8</UnitPrice>
<UseBy>2026-04-03T06:15:18.478041+00:00</UseBy>
<Value>7</Value>
<ZoneID>10</ZoneID>
</ProductPrePack>
</ArrayOfProductPrePack>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.