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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessUnits - Delete a business unit
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessUnits/{publicSectorBusinessUnitsUniqID} - Get a business unit
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessUnits/{publicSectorBusinessUnitsUniqID} - Get all related business units
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessUnits - Update a business unit
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessUnits/{publicSectorBusinessUnitsUniqID}