Parcel Addresses REST Endpoints
Permits/Application Lists/Parcel Addresses
The parcel address resource is used to view the parcel addresses.
- Copies the parcel address information.
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/ParcelAddress - Create a set of parcel addresses for the associated application
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/ParcelAddress - Delete a parcel address for the associated application
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/ParcelAddress/{AddressKey} - Get a parcel address for the associated application
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/ParcelAddress/{AddressKey} - Get all parcel address records for the associated application
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/ParcelAddress - Update a parcel address for the associated application
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorApplicationLists/{LnpRecordKey}/child/ParcelAddress/{AddressKey}