Question
Difference between PUT and PATCH requests?
A
Anonymous
December 19, 2025

Answer

PUT: Performs a full replacement of the resource. You must send the entire data set (e.g., all fields of a CDT). If a field is omitted in the request, it may be set to null or removed on the target system.


PATCH: Performs a partial update. You only send the specific fields you want to change. Fields not included in the request body remain unchanged on the target system.


1766178065855-36thdyp4bfo.png

JuniorExternal Systems
Loading comments...