Liefert Informationen zu allen MHU auf einem Platz

POST

Payload

Schema

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

Beispiel

{
  "sessionKey": "",
  "loc": ""
}

Rückgabe

Schema

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "GetLOCInfoResult": {
      "type": "array",
      "items": [
        {
          "type": "object",
          "properties": {
            "Code": {
              "type": "string"
            },
            "Type": {
              "type": "string"
            },
            "Kennung": {
              "type": "string"
            },
            "OnStock": {
              "type": "number"
            },
            "ItemCode": {
              "type": "string"
            },
            "ItemName": {
              "type": "string"
            },
            "Inhalt": {
              "type": "number"
            },
            "Gebinde": {
              "type": "string"
            }
          },
          "required": [
            "Code",
            "Type",
            "Kennung",
            "OnStock",
            "ItemCode",
            "ItemName",
            "Inhalt",
            "Gebinde"
          ]
        }
      ]
    }
  },
  "required": [
    "GetLOCInfoResult"
  ]
}

Beispiel

{
  "GetLOCInfoResult": [
    {
      "Code": "",
      "Type": "",
      "Kennung": "",
      "OnStock": 0.0,
      "ItemCode": "",
      "ItemName": "",
      "Inhalt": 0.0,
      "Gebinde": ""
    }
  ]
}

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