Parcel Properties REST Endpoints
Permits/Parcel Properties
The parcel properties resource is used to view or modify a record parcel and its properties, such as primary parcel addresses and parcel-related information. Record parcels are plots of real estate associated with a permit.
- Get a record parcel and related parcel information
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelProperties/{ParcelKey}
- Get all record parcels and related parcel information
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelProperties
- Gets the record parcel count information.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelProperties/action/getParcelCountInformation
- Update a record parcel and related parcel information
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelProperties/{ParcelKey}