Record Parcel Owners REST Endpoints

Records/Record Parcels/Record Parcel Owners
The record parcel owners resource is used to view, create, modify, or delete a record parcel owner. Record parcel owners are the owners of parcels or plots of real estate associated with a record. Note: The standard actions are not available in the records resource. You must use the agency's dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Create a record parcel owner
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}/child/ParcelOwner
Delete a record parcel owner
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}/child/ParcelOwner/{OwnerKey}
Get a record parcel owner
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}/child/ParcelOwner/{OwnerKey}
Get all record parcel owners
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}/child/ParcelOwner
Update a record parcel owner
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcel/{ParcelKey}/child/ParcelOwner/{OwnerKey}