Hinzufügen von MHU

POST

Payload

Schema

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "SessionKey": {
      "type": "string"
    },
    "LocationCode": {
      "type": "string"
    },
    "PackagingItemCode": {
      "type": "string"
    },
    "ContainedItemCode": {
      "type": "string"
    },
    "Quantity": {
      "type": "number"
    },
    "BookGeneralEntry": {
      "type": "boolean"
    },
    "Print": {
      "type": "boolean"
    },
    "Message": {
      "type": "string"
    },
    "ErrorFlag": {
      "type": "integer"
    }
  },
  "required": [
    "SessionKey",
    "LocationCode",
    "PackagingItemCode",
    "ContainedItemCode",
    "Quantity",
    "BookGeneralEntry",
    "Print",
    "Message",
    "ErrorFlag"
  ]
}

Beispiel

{
  "SessionKey": "",
  "LocationCode": "",
  "PackagingItemCode": "",
  "ContainedItemCode": "",
  "Quantity": 0.0,
  "BookGeneralEntry": true,
  "Print": true,
  "Message": "",
  "ErrorFlag": 1
}

Rückgabe

Schema

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

Beispiel

{
  "ErrorMessage": "",
  "CreatedNumber": ""
}

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