Transfer Attachments
POST
/v1/transfers/attachmentsLast modified:Â 2 months ago
Maintainer:Â Not configured
Update existing Transfer Attachment(s)
.
Request
Body Params multipart/form-data
document_type
#/definitions/3290448optional
files
fileÂ
required
transfer_id
string <uuid>
required
remark
stringÂ
optional
Request samples
Responses
OK(200)
OK(200)
Bad Request(400)
Unauthorized(401)
429(429)
Server Error(500)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
OK
Data Schema
file_paths
array
optional
Exampleexample-1
{
"file_paths": [
"d51b8a82-a966-474c-bb3f-18029c29d89e/121140.jpg"
]
}
Last modified: 2 months ago