Umlagerung von MHU mit Zwischenprodukten auf Arbeitsplätze
POST
Payload
Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"SessionKey": {
"type": "string"
},
"MhuCode": {
"type": "string"
},
"TargetLocationCode": {
"type": "string"
}
},
"required": [
"SessionKey",
"MhuCode",
"TargetLocationCode"
]
}
Beispiel
{
"SessionKey": "",
"MhuCode": "",
"TargetLocationCode": ""
}
Rückgabe
Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"TransferPendingBoxResponse": {
"type": "object",
"properties": {
"ErrorMessage": {
"type": "string"
}
},
"required": [
"ErrorMessage"
]
}
},
"required": [
"TransferPendingBoxResponse"
]
}
Beispiel
{
"TransferPendingBoxResponse": {
"ErrorMessage": ""
}
}
Hinterlasse einen Kommentar.