Hi community,
I'm tryng to upload an image in SysImage entity using odata 4.0 services.
I followed this creatio guide Integrations & API (creatio.com).
Page 22 explains how to create the record on the SysImage entity and how to load the image, but missing how to pass the stream data to the odata service.
Using postman I send a PUT command with a json like this
{ "Name": "file.png", "Data": stream image }
the call is completed succesfully, but nothing is uploaded.
Here the postman call to odata service