GIS Attribute Mappings REST Endpoints
            
            Shared Services/GIS Attribute Mappings
            
        
        
    The GIS Attribute Mappings resource is used to view, create, delete or modify all attribute mappings for a given map service that can be selected for capture at application intake.
- Create a GIS attribute mapping
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISAttributeMappings - Delete a GIS attribute mapping
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISAttributeMappings/{publicSectorGISAttributeMappingsUniqID} - Get a GIS attribute mapping
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISAttributeMappings/{publicSectorGISAttributeMappingsUniqID} - Get all GIS attribute mappings
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISAttributeMappings - Update a GIS attribute mapping
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISAttributeMappings/{publicSectorGISAttributeMappingsUniqID}