Parcel genealogy transaction addresses REST Endpoints

Parcel genealogy transaction details/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 addresse
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDetails/{ParcelTrxDtlKey}/child/TransactionAddress
Delete a parcel genealogy transaction address
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDetails/{ParcelTrxDtlKey}/child/TransactionAddress/{ParcelTrxAddKey}
Get a parcel genealogy transaction address
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDetails/{ParcelTrxDtlKey}/child/TransactionAddress/{ParcelTrxAddKey}
Get all parcel genealogy transaction addresses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDetails/{ParcelTrxDtlKey}/child/TransactionAddress
Update a parcel genealogy transaction address
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDetails/{ParcelTrxDtlKey}/child/TransactionAddress/{ParcelTrxAddKey}