Rest API Call with Patch Method

SUGGESTED

Hi,

I'm writing a interface between Sage X3 and an external platform through Rest API.

The GET and POST Method work well, but I can't use the PATCH Method.

I have a 400 error code from the platfom, with the message "A non-empty request body is required." (although i'm sending a Body)

Do you know if the ASYRRESTCLI.EXEC_REST_WSCLB can manage those PATCH ?

I'm in Sage X3 V11.

Thanks