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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMapProfiles
Delete a map profile
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMapProfiles/{publicSectorMapProfilesUniqID}
Get a map profile
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMapProfiles/{publicSectorMapProfilesUniqID}
Get all map profiles
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMapProfiles
Update a map profile
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMapProfiles/{publicSectorMapProfilesUniqID}