{
"account_id": "string",
"account_type": "string",
"box": "string",
"multipart_store_response": [
{
"part_number": 0,
"store_response": [
{
"name": "string",
"value": "string"
}
]
}
],
"name": "string",
"outbox_company_id": "string",
"outbox_file_id": "string",
"parent_id": "string",
"size": 0,
"task_id": "string",
"transfer_id": "string",
"upload_id": "string"
}curl --location --request POST '/v7/filetransfer/file/upload/commit' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "string",
"account_type": "string",
"box": "string",
"multipart_store_response": [
{
"part_number": 0,
"store_response": [
{
"name": "string",
"value": "string"
}
]
}
],
"name": "string",
"outbox_company_id": "string",
"outbox_file_id": "string",
"parent_id": "string",
"size": 0,
"task_id": "string",
"transfer_id": "string",
"upload_id": "string"
}'{
"data": {
"file_id": 0,
"is_finish": 0
},
"code": 0,
"more": {},
"msg": "string"
}