- Subcategories:
- Record Parcel Addresses
- Record Parcel Owners
Record Parcels REST Endpoints
Permits/Record Parcels
The record parcels resource is used to view, create, modify, or delete a record parcel. Record parcels are parcels or plots of real estate associated with a record.
- Copies the parcel information of the application.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/action/copyRecParcelInfo - Create a set of record parcels
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecParcels - Delete a record parcel
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/{ParcelKey} - Get a record parcel
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/{ParcelKey} - Get all record parcels
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecParcels - Update a record parcel
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/{ParcelKey}