GIS Attribute Mappings REST Endpoints

Shared Services/GIS Map 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/publicSectorGISServices/{publicSectorGISServicesUniqID}/child/GISAttrMappings
Delete a GIS attribute mapping
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISServices/{publicSectorGISServicesUniqID}/child/GISAttrMappings/{GISAttrMappingsUniqID}
Get a GIS attribute mapping
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISServices/{publicSectorGISServicesUniqID}/child/GISAttrMappings/{GISAttrMappingsUniqID}
Get all GIS attribute mappings
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISServices/{publicSectorGISServicesUniqID}/child/GISAttrMappings
Update a GIS attribute mapping
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISServices/{publicSectorGISServicesUniqID}/child/GISAttrMappings/{GISAttrMappingsUniqID}