/
Master Data Objects

Master Data Objects

In API release 3.13.0 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:

{
	"isObjectActive": false
}

 

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

 

{
	"isObjectActive": true
}

 

Master Data objects has to be deactivated before they can be deleted.

Related content

/PortCall
/PortCall
Read with this
Dataloy API 3.0 Release Notes
Dataloy API 3.0 Release Notes
More like this
Consumptions API
Consumptions API
Read with this
Bulk Deletion
Bulk Deletion
More like this
Authentication/Authorization
Authentication/Authorization
Read with this
Dataloy API 3.13.0 Release Notes
Dataloy API 3.13.0 Release Notes
More like this