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