Parcel Owners REST Endpoints
Common Setup/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelOwners
- Delete a parcel owner
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelOwners/{publicSectorParcelOwnersUniqID}
- Get a parcel owner
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelOwners/{publicSectorParcelOwnersUniqID}
- Get all parcel owners
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelOwners
- Update a parcel owner
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelOwners/{publicSectorParcelOwnersUniqID}