POST v1/picking/checkRTI/{shipmentPalletID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shipmentPalletID | 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.