Method
|
POST
|
URL
|
/v2/<object_full_identifier>/<record_uuid>/attachments
|
Parameters
|
document_id: If specified with an existing attachment's UUID, the document version is updated with the content of the file sent in the request body.
|
Response Content Type
|
application/json
|
HTTP Status Code
|
Error Message
|
---|---|
400
|
The object identifier or record UUID were not specified or are invalid
|
404
|
The record specified to add attachments to was not found (or user has no permission to access it)
|
500
|
Internal Server error
|