Hello Support,
I am working on an integration to sync the items with Method CRM using REST API.
I am able to insert the items successfully using the API. But there is a problem with uploading the image.
I have tried sending the web URL link in the FeaturedPhotoFileName field using PATCH request (https://rest.method.me/api/v1/tables/ItemInventory/23).
The POSTMAN returns the "204 No Content" status code.
But in the front end, the image is not showing.
Can someone help me with what I am doing wrong or if there is any other way to upload the image using API?
Sample body request:
-------------------------
{
"FeaturedPhotoFileName": "https://some-industries.com/wp-content/uploads/2021/10/20211015_163737988_iOS.jpg"
}
Thanks in advance.
Mark