Master data Objects
It is possible to activate and deactivate any Master Data object. A new property has been added for this purpose, isObjectActive.
To deactivate an object the following JSON has to be used in the PUT method:
To activate an object the following JSON has to be used in the PUT method:
Master Data objects has to be deactivated before they can be deleted.
Deactivated objects are not included in standard Master Data list query results. To work with these objects:
Retrieving Deactivated Objects
Via List Query: To retrieve deactivated objects in a list query, add the filter parameter
isObjectActive(EQ)false
to your request.Via Direct Access: Individual deactivated objects remain accessible by their unique key, regardless of activation status.
Example using BusinessPartner master data object
Last updated
Was this helpful?