Parcel genealogy transaction addresses REST Endpoints

Planning and Zoning/Parcel genealogy transaction addresses
The parcel genealogy transaction addresses resource is used to view, create, delete, or modify parcel genealogy transaction addresses and associate them with a parcel genealogy transaction.
Create a parcel genealogy transaction address
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionAddresses
Delete a parcel genealogy transaction address
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionAddresses/{ParcelTrxAddKey}
Get a parcel genealogy transaction address
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionAddresses/{ParcelTrxAddKey}
Get all parcel genealogy transaction addresses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionAddresses
Update a parcel genealogy transaction address
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionAddresses/{ParcelTrxAddKey}