Business Locations REST Endpoints
Common Setup/Business Registrations/Business Locations
The business locations resource is used to create and update business locations.
- Create a business location
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRegistrations/{BusinessEntityKey}/child/BusinessLocation - Get a business location
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRegistrations/{BusinessEntityKey}/child/BusinessLocation/{BusinessLocationKey} - Get all business locations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRegistrations/{BusinessEntityKey}/child/BusinessLocation - Update a business location
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRegistrations/{BusinessEntityKey}/child/BusinessLocation/{BusinessLocationKey}