Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With In API release 3.13.0 API release it is possible deactivate to activate and deactivate any Master Data object. A new property has bee been added for this purpose, isObjectActive.

...

 To activate an object the following JSON has to bee be used in the PUT method:

 

Code Block
{
	"isObjectActive": true
}

 

Before to delete a Master Data object it objects has to be first deactivated before they can be deleted.