POST api/FWebMobile/PackoutClosing/SubmitResolveImbalancedPalletIds
Request Information
URI Parameters
None.
Body Parameters
ResolveImbalancedPalletIdsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| KeyFieldIdNo | string |
None. |
|
| FullPalletIdList | Collection of string |
None. |
|
| PartialPalletId | string |
None. |
|
| CountIdNo | integer |
None. |
|
| PackoutIdNo | string |
None. |
|
| InboundIdNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"KeyFieldIdNo": "sample string 1",
"FullPalletIdList": [
"sample string 1",
"sample string 2"
],
"PartialPalletId": "sample string 2",
"CountIdNo": 3,
"PackoutIdNo": "sample string 4",
"InboundIdNo": "sample string 5"
}
text/html
Sample:
{"KeyFieldIdNo":"sample string 1","FullPalletIdList":["sample string 1","sample string 2"],"PartialPalletId":"sample string 2","CountIdNo":3,"PackoutIdNo":"sample string 4","InboundIdNo":"sample string 5"}
Response Information
Resource Description
GenericTransactionResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ReturnedObject | Object |
None. |
|
| IsSuccessful |
Indicates if the transaction was successful or not. |
boolean |
None. |
| ReturnedMessages |
Contains a list of Informational, Warning, and/or Error messages regarding the outcome of the transaction. |
Collection of ReturnedMessage |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReturnedObject": {},
"IsSuccessful": true,
"ReturnedMessages": null
}
text/html
Sample:
{"ReturnedObject":{},"IsSuccessful":true,"ReturnedMessages":null}