SAP C_CPE_2409 Question Answer
Which HTTP method is used by OData to partially update an existing resource?
PUT
PATCH
POST
OData protocol specifies:
PATCH is used for partial updates, where only changed fields are provided.
PUT performs complete replacement of an entity.
POST is used for create operations or invoking actions.
Thus, partial updates in OData use the PATCH method.
TESTED 05 Dec 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved