Record Parcel Address Owners REST Endpoints

Records/Record Parcel Address Owners
The record parcel owners resource is used to view, create, modify, or delete a record parcel address owner. Record parcel address owners are the owners of parcel address or plots of real estate associated with a record. Note: You must use the agency's dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Create a set of records
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcelAddressOwner
Delete a record parcel address owner
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcelAddressOwner/{RecordParcelAddressOwnerUniqID}
Get a record parcel address owner
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcelAddressOwner/{RecordParcelAddressOwnerUniqID}
Get all records of parcel address owner
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcelAddressOwner
Update a record parcel address owner
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcelAddressOwner/{RecordParcelAddressOwnerUniqID}