Liefert einen Arbeitsvorrat

POST

Payload

Schema

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

Beispiel

{
  "sessionKey": "",
  "type": 0,
  "location": ""
}

Rückgabe

Schema

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "GetBringlistResult": {
      "type": "array",
      "items": [
        {
          "type": "object",
          "properties": {
            "Belegherkunft": {
              "type": "integer"
            },
            "Belegnummer": {
              "type": "integer"
            },
            "Artikelnummer": {
              "type": "string"
            },
            "Artikelbezeichnung": {
              "type": "string"
            },
            "BenötigteMenge": {
              "type": "number"
            },
            "AktuellerPlatz": {
              "type": "string"
            },
            "ZielPlatz": {
              "type": "string"
            },
            "MHUCode": {
              "type": "string"
            },
            "MHUPsinh": {
              "type": "number"
            },
            "Gebinde": {
              "type": "string"
            },
            "AnfangSchicht": {
              "type": "string"
            },
            "Schicht": {
              "type": "integer"
            },
            "ProductionStartDate": {
              "type": "string",
              "format": "date-time"
            },
            "WeKz": {
              "type": "string"
            },
            "Wenr": {
              "type": "integer"
            }
          },
          "required": [
            "Belegherkunft",
            "Belegnummer",
            "Artikelnummer",
            "Artikelbezeichnung",
            "BenötigteMenge",
            "AktuellerPlatz",
            "ZielPlatz",
            "MHUCode",
            "MHUPsinh",
            "Gebinde",
            "AnfangSchicht",
            "Schicht",
            "ProductionStartDate",
            "WeKz",
            "Wenr"
          ]
        }
      ]
    }
  },
  "required": [
    "GetBringlistResult"
  ]
}

Beispiel

{
  "GetBringlistResult": [
    {
      "Belegherkunft": 0,
      "Belegnummer": 0,
      "Artikelnummer": "",
      "Artikelbezeichnung": "",
      "BenötigteMenge": 0.0,
      "AktuellerPlatz": "",
      "ZielPlatz": "",
      "MHUCode": "",
      "MHUPsinh": 0.0,
      "Gebinde": "",
      "AnfangSchicht": "",
      "Schicht": 0,
      "ProductionStartDate": "2018-11-13T20:20:39+00:00",
      "WeKz": "",
      "Wenr": 0
    }
  ]
}

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