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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISAttributeMappings
Delete a GIS attribute mapping
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISAttributeMappings/{publicSectorGISAttributeMappingsUniqID}
Get a GIS attribute mapping
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISAttributeMappings/{publicSectorGISAttributeMappingsUniqID}
Get all GIS attribute mappings
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISAttributeMappings
Update a GIS attribute mapping
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISAttributeMappings/{publicSectorGISAttributeMappingsUniqID}