- Subcategories:
- Profile Emails
- Profile Locations
- Profile Phones
Business Profiles REST Endpoints
Public User/Business Profiles
The business profiles resource is used to view, create, or modify a registered public user business profile.
- Create a business profile of a registered public user
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles
- Get a business profile of a registered public user
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}
- Get all business profiles of a registered public user
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles
- Update a business profile of a registered public user
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}