- Subcategories:
- Business Locations
- Business Owners
Business Registrations REST Endpoints
Common Setup/Business Registrations
The business registrations resource is used to create and update business entities.
- Create a business entity
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRegistrations
- Get a business entity
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRegistrations/{BusinessEntityKey}
- Get all business entities
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRegistrations
- Update a business entity
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRegistrations/{BusinessEntityKey}