{
"sourceNo": "string",
"transferAttaches": [
{
"attachType": "string",
"fileName": "string",
"fileUrl": "string"
}
]
}
curl --location --request POST 'https://hwc-open-api.yqn.com/v2/transferOutboundPlan/uploadAttachment' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceNo": "string",
"transferAttaches": [
{
"attachType": "string",
"fileName": "string",
"fileUrl": "string"
}
]
}'
{
"statusCode": 200,
"status": 0,
"code": 200,
"message": "success",
"data": [
{
"id": 29453,
"orderType": null,
"storageLabel": null,
"orderId": null,
"fileName": "test-091301@1.jpg",
"attachType": "bol",
"filePath": null,
"fileUrl": "https://dev-ucenter.thebizark.com/attach/r/11/8/1000030/1080889094579556352.jpg",
"description": null,
"extraDate": null
}
]
}