Zuweisung von MHU-Nummern zu Packstücken im Warenausgang
POST
Payload
Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"PackageId": {
"type": "integer"
}
},
"required": [
"PackageId"
]
}
Beispiel
{
"PackageId": 0
}
Rückgabe
Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ShipmentLoadingCheckResult": {
"type": "string"
}
},
"required": [
"ShipmentLoadingCheckResult"
]
}
Beispiel
{
"ShipmentLoadingCheckResult": ""
}
Hinterlasse einen Kommentar.