Map Profiles REST Endpoints
Map Profiles
Use the map profiles resource to view, update, create, and delete map profiles. A map profile is used to configure specific instances of map functionality in the system.
- Create a map profile
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMapProfiles - Delete a map profile
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorMapProfiles/{publicSectorMapProfilesUniqID} - Get a map profile
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMapProfiles/{publicSectorMapProfilesUniqID} - Get all map profiles
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMapProfiles - Update a map profile
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMapProfiles/{publicSectorMapProfilesUniqID}