Project Parcel Owners REST Endpoints

Project Parcels/Project Parcel Owners
The project parcel owners resource is used to create, view, and update the project parcel owners related to a project.
Create a set of project parcel owners
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectParcels/{ParcelKey}/child/PrjParcelOwner
Delete a project parcel owner
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectParcels/{ParcelKey}/child/PrjParcelOwner/{OwnerKey}
Get a project parcel owner
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectParcels/{ParcelKey}/child/PrjParcelOwner/{OwnerKey}
Get all project parcel owners
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectParcels/{ParcelKey}/child/PrjParcelOwner
Update a project parcel owner
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectParcels/{ParcelKey}/child/PrjParcelOwner/{OwnerKey}