Project Parcel Owners REST Endpoints

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