post https://{accountName}.{environment}.com.br/api/dataentities//documents///attachments
This API allows you to save a file in a field of type File
.
When using by a JS script, must add the header content-type
with value multipart/form-data;
More than one file can be uploaded. Just add a new field in the form-data
with type File
.