The REST API requires the use of the PATCH method to update objects . Which isn't supported by HTTPUTILS2. Unless SalesForce implements something like the x-http-override-method header field use in Googles REST API's then you cannot use HTTPUTILS2 to update objects; you can only add new ones.