Copy link to clipboard
Copied
Hi,
I haven't successfully sent any agreement using an uploaded transient document. Already with the sample template provided by adobe.
Is there any specific reason for this?
Thank you,
Solem A.
Copy link to clipboard
Copied
use the swagger page to create a new transient document first and use the resulting ID to create an agremeent.
If that works, then the issue is with how you upload the file to transientdoc method and if so read up on how to send multi-part request in your environment.
Copy link to clipboard
Copied
I have a service that uploads transient document and it returns a transientDocumentId. Do you mean it could be wrong?
Copy link to clipboard
Copied
it could be, hence the test in swagger suggestion first.
Copy link to clipboard
Copied
I followed your advice and you are right. I am uploading transientDocument using document_url since I'm doing a C# code. I tried google_url as well and didn't work. Only when doing a postman file_upload works.
Is there anyway to make it work via document_url?