post https://app.blueprinttitle.com/public/api/v5/transactions//documents
Upload a file to a Transaction
Response
Upload a file to a Transaction
xxxxxxxxxx
curl --request POST \
--url https://app.blueprinttitle.com/public/api/v5/transactions/ab6f797d-95f8-45be-a75f-bea181178579/documents \
--header 'Accept: application/json' \
--header 'Authorization: Bearer 1|5gBJ9a61ldFDmki3rF2BfCMV1xahYphZcV81xdZE' \
--header 'Content-Type: multipart/form-data; boundary=---011000010111000001101001' \
--form name=Contract \
--form 'file=@/local/path/to/my_contract_file.pdf'