{
"apiVersion": "string",
"data": {
"fileList": [
{
"file": "string",
"fileName": "string.PDF",
"fileType": "PL"
}, {
"file": "string",
"fileName": "string.PDF",
"fileType": "IN"
}, {
"file": "string",
"fileName": "string.PDF",
"fileType": "BL"
}, {
"file": "string",
"fileName": "string.PDF",
"fileType": "MAWB"
}, {
"file": "string",
"fileName": "string.PDF",
"fileType": "DP"
}
],
"inboundNumber": "OCI5GB06746394"
},
"messageId": "string",
"timestamp": 0
}
curl --location --request POST 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/inbound/v1/upload/customs-clearance-file' \
--header 'clientKey: bd1d1971-d0db-11ea-b4a1-00505694c27b' \
--header 'Access-Token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiVersion": "string",
"data": {
"fileList": [
{
"file": "string",
"fileName": "string.PDF",
"fileType": "PL"
}, {
"file": "string",
"fileName": "string.PDF",
"fileType": "IN"
}, {
"file": "string",
"fileName": "string.PDF",
"fileType": "BL"
}, {
"file": "string",
"fileName": "string.PDF",
"fileType": "MAWB"
}, {
"file": "string",
"fileName": "string.PDF",
"fileType": "DP"
}
],
"inboundNumber": "OCI5GB06746394"
},
"messageId": "string",
"timestamp": 0
}'
{
"code": 3,
"errors": [
{
"code": "300002",
"message": "fileType 字段长度范围1-4。"
}
],
"message": "参数错误",
"messageId": "string"
}