Record Parcel Owners REST Endpoints
Permits/Record Parcel Owners
The record parcel owners resource is used to view, create, modify, or delete a record parcel owner. Record parcel owners are the owners of parcels or plots of real estate associated with a record.
- Create a record parcel owner
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecParcelOwners
- Delete a record parcel owner
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecParcelOwners/{OwnerKey}
- Get a record parcel owner
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecParcelOwners/{OwnerKey}
- Get all record parcel owners
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecParcelOwners
- Update a record parcel owner
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecParcelOwners/{OwnerKey}