Liefert Informationen zu einer MHU

POST

Payload

Schema

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "sessionKey": {
      "type": "string"
    },
    "mhu": {
      "type": "string"
    }
  },
  "required": [
    "sessionKey",
    "mhu"
  ]
}

Beispiel

{
  "sessionKey": "",
  "mhu": ""
}

Rückgabe

Schema

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "GetMHUInfoResult": {
      "type": "object",
      "properties": {
        "ItemCode": {
          "type": "string"
        },
        "ItemDescription": {
          "type": "string"
        },
        "LItemCode": {
          "type": "string"
        },
        "LItemDescription": {
          "type": "string"
        },
        "Quantity": {
          "type": "number"
        },
        "CurrentPlace": {
          "type": "string"
        },
        "CurrentPlaceKen": {
          "type": "string"
        },
        "CurrentPlaceLocation": {
          "type": "string"
        },
        "MHUCode": {
          "type": "string"
        },
        "MaxQuantity": {
          "type": "number"
        },
        "Status": {
          "type": "string"
        },
        "Kennung": {
          "type": "string"
        },
        "contentkz": {
          "type": "string"
        },
        "errorkz": {
          "type": "string"
        },
        "GebindeInfo": {
          "type": "string"
        },
        "Index": {
          "type": "string"
        },
        "QuantityLines": {
          "type": "array",
          "items": [
            {
              "type": "object",
              "properties": {
                "MHUCode": {
                  "type": "string"
                },
                "ItemCode": {
                  "type": "string"
                },
                "ItemDescription": {
                  "type": "string"
                },
                "Quantity": {
                  "type": "number"
                },
                "DistNumber": {
                  "type": "string"
                },
                "SerialNumber": {
                  "type": "string"
                }
              },
              "required": [
                "MHUCode",
                "ItemCode",
                "ItemDescription",
                "Quantity",
                "DistNumber",
                "SerialNumber"
              ]
            }
          ]
        }
      },
      "required": [
        "ItemCode",
        "ItemDescription",
        "LItemCode",
        "LItemDescription",
        "Quantity",
        "CurrentPlace",
        "CurrentPlaceKen",
        "CurrentPlaceLocation",
        "MHUCode",
        "MaxQuantity",
        "Status",
        "Kennung",
        "contentkz",
        "errorkz",
        "GebindeInfo",
        "Index",
        "QuantityLines"
      ]
    }
  },
  "required": [
    "GetMHUInfoResult"
  ]
}

Beispiel

{
  "GetMHUInfoResult": {
    "ItemCode": "",
    "ItemDescription": "",
    "LItemCode": "",
    "LItemDescription": "",
    "Quantity": 0.0,
    "CurrentPlace": "",
    "CurrentPlaceKen": "",
    "CurrentPlaceLocation": "",
    "MHUCode": "",
    "MaxQuantity": 0.0,
    "Status": "",
    "Kennung": "",
    "contentkz": "",
    "errorkz": "",
    "GebindeInfo": "",
    "Index": "",
    "QuantityLines": [
      {
        "MHUCode": "",
        "ItemCode": "",
        "ItemDescription": "",
        "Quantity": 0.0,
        "DistNumber": "",
        "SerialNumber": ""
      }
    ]
  }
}

Feedback

Was this helpful?

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

Post your comment on this topic.

Please do not use this for support questions.
Kunden-Support

Post Comment