Hi All,
I have requirement to upload image to CMS system. Image is in SFTP folder location.
My approach was , create a binary file template and take binary content of BOD, then send it to Rest API body (Post method). But postman shows it as a File, I don't think we can take as a file and upload . I think we need to use binary row data.
Read file using Binary Template --> Send to API post method
postman -

Documentation :


Appreciate if anyone let me know , is this feasible though ION and how can I set binary content to Post API method body .
Thank you
Regards
Priyantha