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
}
]
}
Hinterlasse einen Kommentar.