Question Http Request

Hi again,

its possible to send this:

{
 "authentication" : {
 "delisId" : "<your delisId>",
 "authToken" : "<your authToken>",
 "messageLanguage" : "en_EN"
 },
 "getTrackingData" : {
 "parcelLabelNumber" : "01405400945058"
 }
}

I have made a request with to get the Auth Token this works. But next i would send the authentication frame (JSON Key) and then the getTrackingData (JSON Key). How i would to set it here ?

Thanks so much,
Stefan

Not sure if I understand you correctly. But if you simply want to send this data via POST you can do the following: