Retouren Handling
Benutzereingabe/Scan
ID eines laufenden Vorgangs
ID einer bestimmten Position (optional)
Menge (optional)
Auszuführende Aktion
Gewählter Account
Gewählter Beleg
Gewählte Belegposition
Gewählte Komponenten-Info der Retourenannahmeposition
successful operation
Vorgangsnummer
Status des Vorgangs
Anzahl der Positionen im Vorgang
ID der aktuell selektierten Position
Gescannte Eingaben für unbekannte Artikel
Resource was not valid to process
POST /api/rma/returns/receiving/process-input HTTP/1.1
Host: 10.102.24.197:32795
Content-Type: application/json
Accept: */*
Content-Length: 204
{
"inputData": "text",
"returnReceivingId": 1,
"returnReceivingLineId": 1,
"quantity": 1,
"action": "NONE",
"chosenAccountId": 1,
"chosenDocumentId": 1,
"chosenDocumentLineId": 1,
"chosenReturnReceivingComponentInfoId": 1
}{
"message": {
"messageCode": "text",
"messageParameters": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"formattedMessage": "text"
},
"returnReceivingRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"returnReceivingNumber": "text",
"returnReceivingState": "text",
"returnCauseRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"lineCount": 1,
"lines": [],
"currentReturnReceivingLineId": 1,
"unknownArticleInputs": [
"text"
],
"documentRef": {
"id": 1,
"category": "CUSTOMER_OFFER",
"documentType": "text",
"documentState": "text",
"number": "text"
},
"accountRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"storageBinRef": {
"id": 1,
"displayName": "text",
"routePosition": 1,
"color": "text",
"storageRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
}
},
"articleRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"serialNumberRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"candidateDocumentLines": []
}Benutzereingabe/Scan
ID eines laufenden Vorgangs
ID einer bestimmten Position (optional)
Menge (optional)
Auszuführende Aktion
successful operation
Vorgangsnummer
Status des Vorgangs
Anzahl der Positionen im Vorgang
ID der aktuell selektierten Position
Gescannte Eingaben für unbekannte Artikel
Resource was not valid to process
POST /api/rma/returns/processing/process-input HTTP/1.1
Host: 10.102.24.197:32795
Content-Type: application/json
Accept: */*
Content-Length: 97
{
"inputData": "text",
"returnReceivingId": 1,
"returnReceivingLineId": 1,
"quantity": 1,
"action": "NONE"
}{
"message": {
"messageCode": "text",
"messageParameters": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"formattedMessage": "text"
},
"returnReceivingRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"returnReceivingNumber": "text",
"returnReceivingState": "text",
"returnCauseRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"lineCount": 1,
"lines": [],
"currentReturnReceivingLineId": 1,
"unknownArticleInputs": [
"text"
]
}Last updated
Was this helpful?