{
"docFlag": 0,
"customerTenantId": 0,
"customerPartnerId": 0,
"waybillNo": "string",
"remark": "string",
"files": [
{
"fileName": "string",
"fileKey": "string",
"fileSize": 0
}
]
}curl --location '/freight/doc/import' \
--header 'Content-Type: application/json' \
--data '{
"docFlag": 0,
"customerTenantId": 0,
"customerPartnerId": 0,
"waybillNo": "string",
"remark": "string",
"files": [
{
"fileName": "string",
"fileKey": "string",
"fileSize": 0
}
]
}'{
"code": 0,
"msg": "string",
"data": 0,
"other": {}
}