POST api/FWebMobile/UnknownPallet/GetUnknownPallet
Get the UnknownPallet information.
Request Information
URI Parameters
None.
Body Parameters
GetUnknownPalletRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Context | WarehouseTransactionContext |
None. |
|
| UnknownPalletId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Context": {
"TransactionType": 1,
"TransactionIdNo": 1,
"EmployeeIdNo": 2,
"GeoLocationIdNo": 3,
"WarehouseLocationIdNo": 4,
"CompanyCode": "sample string 5",
"DcCostCenterId": "sample string 6",
"DcWarehouseId": "sample string 7",
"IsBarcodingEnabled": true,
"EmployeeFirstName": "sample string 9",
"EmployeeLastName": "sample string 10",
"EmployeeFullName": "sample string 9 sample string 10",
"WarehouseDescription": "sample string 11",
"ValidDoorLocations": [
"sample string 1",
"sample string 2"
],
"ValidWarehouseLocations": null
},
"UnknownPalletId": "sample string 1"
}
text/html
Sample:
{"Context":{"TransactionType":1,"TransactionIdNo":1,"EmployeeIdNo":2,"GeoLocationIdNo":3,"WarehouseLocationIdNo":4,"CompanyCode":"sample string 5","DcCostCenterId":"sample string 6","DcWarehouseId":"sample string 7","IsBarcodingEnabled":true,"EmployeeFirstName":"sample string 9","EmployeeLastName":"sample string 10","EmployeeFullName":"sample string 9 sample string 10","WarehouseDescription":"sample string 11","ValidDoorLocations":["sample string 1","sample string 2"],"ValidWarehouseLocations":null},"UnknownPalletId":"sample string 1"}
Response Information
Resource Description
GetUnknownPalletResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| UnknownPalletId | string |
None. |
|
| InboundIdNo | integer |
None. |
|
| ProductId | string |
None. |
|
| Lot | string |
None. |
|
| PackageCode | string |
None. |
|
| UnitWeight | decimal number |
None. |
|
| PackagesPerPallet | decimal number |
None. |
|
| LocationIds | Collection of string |
None. |
|
| IsUnitWeightEditable | boolean |
None. |
|
| IsPackagesPerPalletEditable | boolean |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.