Get the URL and Sas needed to upload an attachment to cloud storage.

To use with the Azure Storage SDK or the Microsoft Blob Service REST API (https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob).
If you choose to work with the former, you will need both the 'AttachmentUrl' and 'AttachmentSas' values and you can disregard the 'BlobServiceRestApiUrl' value.
If you choose to work with the latter, you must upload your document using HTTP PUT using the URL in 'BlobServiceRestApiUrl' and you can
disregard the 'AttachmentUrl' and 'AttachmentSas' values.
Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.

Language
Click Try It! to start a request and see the response here!