POST v2/picking/save/{pickingPalletID}/{salesOrderID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pickingPalletID | integer |
Required |
|
| salesOrderID | integer |
Required |
Body Parameters
PickingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PickingPalletID |
Unique identifier of the pallet you are adding to |
integer |
None. |
| PalletID | integer |
None. |
|
| Barcode |
Barcode to be added |
string |
None. |
| SKU | SKUModel |
None. |
|
| LocationZone |
Location zone that we are loading into |
LocationZoneModel |
None. |
| OriginLocationZone | LocationZoneModel |
None. |
|
| OriginMasterLabel | MasterLabelModel |
None. |
|
| Quantity | decimal number |
None. |
|
| DefaultLocationZone | LocationZoneModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
MasterLabelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterLabelID |
Unique identifier of the master label |
integer |
None. |
| MasterLabel |
Master Label number |
string |
None. |
| IsMixedPallet |
Indicator if mixed or master label |
boolean |
None. |
| Location |
Location |
LocationModel |
None. |
| CreationDate |
Creation Date |
date |
None. |
| InactiveDate | date |
None. |
|
| CreatedBy |
Created By |
string |
None. |
| RTICount |
RTI Count |
integer |
None. |
| RTIs |
List of RTIs on Master Label |
Collection of RTIModel |
None. |
| LocationZone | LocationZoneModel |
None. |
|
| ItemsPerPallet | integer |
None. |
|
| SKU | SKUModel |
None. |
|
| IsActive | boolean |
None. |
|
| WorkOrder | string |
None. |
|
| SalesOrder | string |
None. |
|
| PartNumber | string |
None. |
|
| Quantity | decimal number |
None. |
|
| OriginLocationZone | LocationZoneModel |
None. |
|
| OriginPalletID | integer |
None. |
|
| PrimaryLotNumber | string |
None. |
|
| SecondaryLotNumber | string |
None. |
|
| BestByDate | date |
None. |
|
| CreatedFrom | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.