Record Parcel Addresses REST Endpoints

Record Parcels/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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/{ParcelKey}/child/ParcelAddress
Create a record parcel address
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/{ParcelKey}/child/ParcelAddress
Delete a record parcel address
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/{ParcelKey}/child/ParcelAddress/{AddressKey}
Get a record parcel address
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/{ParcelKey}/child/ParcelAddress/{AddressKey}
Get all record parcel addresses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/{ParcelKey}/child/ParcelAddress
Update a record parcel address
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecParcels/{ParcelKey}/child/ParcelAddress/{AddressKey}