Get return location for the give list of articles

Request

POST https://api.gencom.be:49012/TV2/Execute/GCAPIPACK.B2C_GetReturnLocation

Request body

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"
        }
    }
}

Properties

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

Authorisation

This request requires the use of one of following authorisation methods: TOKEN .

Response

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