function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sachin_KSachin_K 

REST api call - upload image along with other parameters

Hi,

 

I need to upload an image to the external service along with some other data (string) to an external service.As of now i have written the REST api call to send the string data but i need a way to upload the image as well. 

 

1 ) does salesforce supports uploading image in REST api calls to external service ?

 

2 ) can we send blob data (image) as well some string data at the same time in a single REST api call ??

 

Thanks.