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": ""
  }
}

Reaktion

War das hilfreich?

Ja Nein
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Hinterlasse einen Kommentar.

Bitte stellen Sie hier keine Supportanfragen.
Kunden-Support

Kommentar senden