Parcel Owners REST Endpoints

Parcel Owners
The parcel owners resource is used to view, create, delete or modify owner information for parcels of real estate.
Create a parcel owner
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelOwners
Delete a parcel owner
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelOwners/{publicSectorParcelOwnersUniqID}
Get a parcel owner
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelOwners/{publicSectorParcelOwnersUniqID}
Get all parcel owners
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelOwners
Update a parcel owner
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelOwners/{publicSectorParcelOwnersUniqID}