Mehrere MHU gleichzeitig umlagern
POST
Payload
Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"sessionKey": {
"type": "string"
},
"locationCode": {
"type": "string"
},
"unitCodes": {
"type": "array",
"items": [
{
"type": "string"
}
]
}
},
"required": [
"sessionKey",
"locationCode",
"unitCodes"
]
}
Beispiel
{
"sessionKey": "",
"locationCode": "",
"unitCodes": [
""
]
}
Rückgabe
Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"RelocateManyUnitsResult": {
"type": "string"
}
},
"required": [
"RelocateManyUnitsResult"
]
}
Beispiel
{
"RelocateManyUnitsResult": ""
}
Hinterlasse einen Kommentar.