REST API to add image/file upload data into suitecrm and retreive/display them using REST API

REST API to add image/file upload data into suitecrm and retreive/display them using REST API - Kindly provide assitance, we are stuck here.
Kindly reply us as soon as possible.

I found a way to display image from suitecrm but how to add image on sugarcrm using api?

Please provide response whether it is possible or not and its other options? :pinch:

Could ypu please give us api parameter which result in storage of image(image fiels) in suitecrm ?

Hello. Basically, I don’t know the answer to what you’re asking, but I’ll try to give you a few pointers:

  • maybe get Jim Mackin’s book SuiteCRM for Developers, it has a (short) chapter on API

  • check out the files under

service/utils
service/core/rest
service/v4_1

these might give you a few clues.

  • you might need to extend the API, this is possible under custom/service/v4_1_custom (for example).

Good luck!