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