Business Units REST Endpoints

Shared Services/Business Units
The business units resource is used to list all the organizational units that are business units in the system. The other organizational units in the system can a legal entity, a department, or a company.
Create a set of business units
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessUnits
Delete a business unit
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessUnits/{publicSectorBusinessUnitsUniqID}
Get a business unit
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessUnits/{publicSectorBusinessUnitsUniqID}
Get all related business units
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessUnits
Update a business unit
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessUnits/{publicSectorBusinessUnitsUniqID}