Chargenzuweisung zu Warenausgängen

Im Gegensatz zu AssignBatchNumber können hier mehrere Chargen gleichzeitig zugewiesen werden.

POST

Payload

Schema

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": [
    {
      "type": "object",
      "properties": {
        "DeliveryNoteNumber": {
          "type": "string"
        },
        "DeliveryNotePosition": {
          "type": "integer"
        },
        "BatchNumber": {
          "type": "string"
        },
        "Quantity": {
          "type": "number"
        }
      },
      "required": [
        "DeliveryNoteNumber",
        "DeliveryNotePosition",
        "BatchNumber",
        "Quantity"
      ]
    }
  ]
}

Beispiel

[
  {
    "DeliveryNoteNumber": "",
    "DeliveryNotePosition": 0,
    "BatchNumber": "",
    "Quantity": 0.0
  }
]

Rückgabe

Leere Zeichenkette wenn Operation erfolgreich, enthält ansonsten Fehlermeldung

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