Upload the Document using the URL
To Upload the attachment. You will need to use the URL generated on calling the Generate the URL to Upload the Attachment.
The document can have a maximum size of 25MB.
Request URI
PUT https://{{download-link}}
Body Parameters
| Description | Type | Required |
|---|---|---|
| Select the path of the pdf to be uploaded | binary | Yes |
Sample Request
curl --location \
--request PUT 'https://' \
--data-binary '@//Attachment_012.pdf'
Sample Response
Success
Status Code: 200 [with empty response]
Response Code
| Response Code | Description |
| 200 | The request is successful. |
| 4xx, 5xx | The request failed. |
See Also