Aktiviert Produktionsabruf für einen Platz

POST

Payload

Schema

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

Beispiel

{
  "sessionKey": "",
  "productionOrderNumber": 0,
  "locationNumber": "",
  "productionFrameNumber": 0
}

Rückgabe

Kein Rückgabewert

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