Parcel Owners REST Endpoints
Planning and Zoning/Records/Parcels/Parcel Owners
(Resource of ParcelOwner)
- Create a set of record parcel owners
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}/child/ParcelOwner - Delete a record parcel owner
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}/child/ParcelOwner/{OwnerKey} - Get a record parcel owner
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}/child/ParcelOwner/{OwnerKey} - Get all record parcel owners
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}/child/ParcelOwner - Update a record parcel owner
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPzRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}/child/ParcelOwner/{OwnerKey}