Salesforce Sales Cloud PATCH request to a custom Apex REST endpoint
Executes the @HttpPatch annotated method on the Apex class mapped to the specified resource path. Typically used for partial updates.
Executes the @HttpPatch annotated method on the Apex class mapped to the specified resource path. Typically used for partial updates.