Get return location for the give list of articles
POST https://api.gencom.be:49012/TV2/Execute/GCAPIPACK.B2C_GetReturnLocation
The request body takes a complete JSON Body - B2C_GetReturnLocation resource, containing the following writable properties:
{
"RETURNGOODS": {
"FROMWEBORDERHEADER": {
"DATEORDERED": "string",
"ORDERNUMBER": "string",
"REFERENCE": "string"
},
"RETURNLINES": {
"ARTICLE": "string",
"BARCODE": "string",
"LINESEQUENCE": "integer",
"QUANTITY": "float",
"REASONRETURN": "string",
"SIZEX": "string"
}
}
}
Name | Type | Description |
---|---|---|
RETURNGOODS | object | |
RETURNGOODS.FROMWEBORDERHEADER | object | |
RETURNGOODS.FROMWEBORDERHEADER.DATEORDERED | string | |
RETURNGOODS.FROMWEBORDERHEADER.ORDERNUMBER | string | |
RETURNGOODS.FROMWEBORDERHEADER.REFERENCE | string | |
RETURNGOODS.RETURNLINES | object | |
RETURNGOODS.RETURNLINES.ARTICLE | string | |
RETURNGOODS.RETURNLINES.BARCODE | string | |
RETURNGOODS.RETURNLINES.LINESEQUENCE | integer | |
RETURNGOODS.RETURNLINES.QUANTITY | float | |
RETURNGOODS.RETURNLINES.REASONRETURN | string | |
RETURNGOODS.RETURNLINES.SIZEX | string |
This request requires the use of one of following authorisation methods:
TOKEN
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK successful operation |
JSON Response B2C_GetReturnLocation |