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": "i4ArATNvJEyCg6lsA4JCvg==",
"pluGuid": "012b808b-6f33-4c24-8283-a96c038242be",
"storeID": 1,
"packedOn": "2026-06-03T18:31:31.8365908",
"packedOnUtc": "2026-06-03T18:31:31.8365908",
"barcode": "sample string 4",
"quantity": 5,
"soldByWeight": true,
"value": 7,
"unitPrice": 8,
"useBy": "2026-06-03T18:31:31.8365908",
"scaleLocation": 9,
"zoneID": 10,
"operatorID": 1,
"operatorG_UID": "PGZcaQ0/80uHA/hXz3FG2Q==",
"operatorGuid": "695c663c-3f0d-4bf3-8703-f857cf7146d9",
"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>PGZcaQ0/80uHA/hXz3FG2Q==</OperatorG_UID>
<OperatorGuid>695c663c-3f0d-4bf3-8703-f857cf7146d9</OperatorGuid>
<OperatorID>1</OperatorID>
<PLU>1</PLU>
<PLUG_UID>i4ArATNvJEyCg6lsA4JCvg==</PLUG_UID>
<PackedOn>2026-06-03T18:31:31.8365908+00:00</PackedOn>
<PackedOnUtc>2026-06-03T18:31:31.8365908+00:00</PackedOnUtc>
<PluGuid>012b808b-6f33-4c24-8283-a96c038242be</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-06-03T18:31:31.8365908+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>PGZcaQ0/80uHA/hXz3FG2Q==</OperatorG_UID>
<OperatorGuid>695c663c-3f0d-4bf3-8703-f857cf7146d9</OperatorGuid>
<OperatorID>1</OperatorID>
<PLU>1</PLU>
<PLUG_UID>i4ArATNvJEyCg6lsA4JCvg==</PLUG_UID>
<PackedOn>2026-06-03T18:31:31.8365908+00:00</PackedOn>
<PackedOnUtc>2026-06-03T18:31:31.8365908+00:00</PackedOnUtc>
<PluGuid>012b808b-6f33-4c24-8283-a96c038242be</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-06-03T18:31:31.8365908+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.