Skip to main content

Hi

I am trying to update image in Customer General Info using Test a Rest.
But the problem is I cant pass binary using Json request.

 

Any thoughts on how to do this ?

URL is like this PATCH /CustomerHandling.svc/CustomerInfoSet(CustomerId='')/CustomerLogo

Thanks

Hi

I am trying to update image in Customer General Info using Test a Rest.
But the problem is I cant pass binary using Json request.

 

Any thoughts on how to do this ?

URL is like this PATCH /CustomerHandling.svc/CustomerInfoSet(CustomerId='')/CustomerLogo

Thanks

The solution is using PatchBLOB instead of Patch😅


Reply