Create Attachment
POST {{base_url}}/public/v1/documents/{{document_id}}/attachments
Add attachment(s) to Document.
Find more https://developers.pandadoc.com/reference/create-document-attachment
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"name", "value"=>"File Name", "datatype"=>"string"}]
RESPONSES
status: OK
{"uuid":"076797cd-dca6-4083-a3pi-6960714209d9","date_created":"2024-07-15T21:14:39.973077Z","created_by":{"id":"bSfiuAJNokERwsBxynKjwA","email":"sergio@pandadoc.com","first_name":"Sergio","last_name":"","avatar":null},"name":"document.pdf","type":"general"}