{
"timestamp": 0,
"messageId": "string",
"apiVersion": "string",
"data": {
"referenceNumber": "string",
"serviceRegion": "string",
"vasOrderType": "string",
"vasCode": "string",
"fileType": "string",
"inboundOrder": "string",
"outboundOrder": "string",
"skuList": [
{
"inboundBatchNumber": "string",
"cartonNumber": "string",
"skuId": "string",
"uniqueId": "string",
"statusCode": "string",
"orderQuantity": 0,
"originalQuantity": 0,
"skuProperty": "string",
"replaceOCSKUID": "string",
"changeLabelCode": "string",
"perSKUQuantity": 0,
"fileURL": "string",
"remark": "string"
}
]
}
}curl --location 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/vas/v1/order/place' \
--header 'clientKey: bd1d1971-d0db-11ea-b4a1-00505694c27b' \
--header 'vAuthorization;' \
--header 'Access-Token: ' \
--header 'Content-Type: application/json' \
--data '{
"timestamp": 0,
"messageId": "string",
"apiVersion": "string",
"data": {
"referenceNumber": "string",
"serviceRegion": "string",
"vasOrderType": "string",
"vasCode": "string",
"fileType": "string",
"inboundOrder": "string",
"outboundOrder": "string",
"skuList": [
{
"inboundBatchNumber": "string",
"cartonNumber": "string",
"skuId": "string",
"uniqueId": "string",
"statusCode": "string",
"orderQuantity": 0,
"originalQuantity": 0,
"skuProperty": "string",
"replaceOCSKUID": "string",
"changeLabelCode": "string",
"perSKUQuantity": 0,
"fileURL": "string",
"remark": "string"
}
]
}
}'{
"success": true,
"code": 0,
"messageId": "string",
"message": "string",
"data": [
{
"referenceNumber": "string",
"vasOrderNumber": "string"
}
],
"errors": [
{
"id": "string",
"code": "string",
"message": "string",
"referenceNumber": "string"
}
]
}