{
"apiVersion": "",
"data": {
"companyName": "test",
"consigneeAddress1": "test",
"consigneeAddress2": "test",
"consigneeCity": "test",
"consigneeCountryCode": "AU",
"consigneeEmail": "test@test.com",
"consigneeName": "Amy Test",
"consigneePhone": "5700011111",
"consigneePostCode": "4610",
"consigneeProvinceOrState": "test",
"houseNumber": "202",
"intlSelfPayment": true,
"mfservice": true,
"referenceId": "16957823453791",
"serviceRegion": "AU",
"serviceType": "EF",
"shippingServiceCode": [],
"skuList": [
{
"height": 15,
"length": 10,
"pieceQuantity": 1,
"polybag": "true",
"siop": false,
"skuId": "OC0000250294068",
"weight": 1000,
"width": 2,
"withBattery": false
}
],
"skuType": true,
"warehouseRegionCode": "AU"
},
"messageId": "7891955650647900161",
"timestamp": 0
}curl --location --request POST 'https://openapi-stage-hk.orangeconnex.com/openapi/calculate/v1/freightTrial' \
--header 'clientKey;' \
--header 'vAuthorization;' \
--header 'Access-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiVersion": "",
"data": {
"companyName": "test",
"consigneeAddress1": "test",
"consigneeAddress2": "test",
"consigneeCity": "test",
"consigneeCountryCode": "AU",
"consigneeEmail": "test@test.com",
"consigneeName": "Amy Test",
"consigneePhone": "5700011111",
"consigneePostCode": "4610",
"consigneeProvinceOrState": "test",
"houseNumber": "202",
"intlSelfPayment": true,
"mfservice": true,
"referenceId": "16957823453791",
"serviceRegion": "AU",
"serviceType": "EF",
"shippingServiceCode": [],
"skuList": [
{
"height": 15,
"length": 10,
"pieceQuantity": 1,
"polybag": "true",
"siop": false,
"skuId": "OC0000250294068",
"weight": 1000,
"width": 2,
"withBattery": false
}
],
"skuType": true,
"warehouseRegionCode": "AU"
},
"messageId": "7891955650647900161",
"timestamp": 0
}'{"code":1,"message":"Authentication Fail:clientKey missing"}