Hi JPires,
Hope you already figured it out but if not then here is a step by step guide:
Step 1 - Build URL
In order to add Attachments to a Service Record using RestAPI, you create need to use the POST method.
The URL in the API tool (e.g: Postman) should be for example:
https://accountID.sysaidit.com/api/v1/sr/
123456/attachment
(replace the accountID and 123456 with the actual SR number)
Step 2 - populate on postman (or your chosen API builder)
In the "Body" select "form-data" radio button.
Under "KEY" you will have an option to select "FILE" and when you select that option, you will have in the "Type" column an option to select a file.
After the file (Attachment) is uploaded from the computer, then type file under KEY, and click Send button to use the POST method and successfully upload the attachment.
Step 3 - Validate input
You will see "200 OK" for confirmation.
Hope this helped let us know how it goes!
Cheers,
Maayan
JPires wrote:I would like to ask how can I retrieve the attached file from Service Directory? I haven't found how I can use the REST API to retrieve the attachment file.