Parcel genealogy transaction districts REST Endpoints
Planning and Zoning/Parcel genealogy transaction districts
The parcel genealogy transaction districts resource is used to view, create, delete or modify parcel genealogy transaction districts and associate them with a parcel genealogy transaction.
- Create a parcel genealogy transaction district
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDistricts - Delete a parcel genealogy transaction district
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDistricts/{ParcelTrxDstKey} - Get a parcel genealogy transaction district
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDistricts/{ParcelTrxDstKey} - Get all parcel genealogy transaction districts
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDistricts - Update a parcel genealogy transaction district
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDistricts/{ParcelTrxDstKey}