GIS Attributes REST Endpoints
Permits/GIS Attributes
The GIS attributes resource is used to update and return all GIS attributes for a given application record.
- Get a GIS attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordGISAttributes/{publicSectorRecordGISAttributesUniqID} - Get all GIS attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordGISAttributes - Refreshes the list and values of GIS attributes for the application.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordGISAttributes/action/refreshGISAttributes - Update a GIS attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordGISAttributes/{publicSectorRecordGISAttributesUniqID}