I'm trying to send a new document in a package that has the status: Draft
But I get the error response
b'{"messageKey":"error.validation.invalidParameters","technical":"Unexpected Content-Disposition value for parameter \'name\'","message":"Invalid parameters.","code":400,"name":"Validation Error"}'
payload= {'description': 'Envio de documento para assinatura', 'id': 17, 'name': 'document1.pdf'}
url='https://sandbox.esignlive.com/api/packages/n4zLJaZblg1wd33HDVpVgsDIBlM=/documents'
- Read more about Send new document in existing package
- 1 comment
- Log in or register to post comments
- 59 views