Parcel genealogy transaction owners REST Endpoints

Parcel genealogy transaction details/Parcel genealogy transaction owners
The parcel genealogy transaction owners resource is used to view, create, delete or modify parcel genealogy transaction owners and associate them with a parcel genealogy transaction.
Create a parcel genealogy transaction owner
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDetails/{ParcelTrxDtlKey}/child/TransactionOwner
Delete a parcel genealogy transaction owner
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDetails/{ParcelTrxDtlKey}/child/TransactionOwner/{ParcelTrxOwnKey}
Get a parcel genealogy transaction owner
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDetails/{ParcelTrxDtlKey}/child/TransactionOwner/{ParcelTrxOwnKey}
Get all parcel genealogy transaction owners
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDetails/{ParcelTrxDtlKey}/child/TransactionOwner
Update a parcel genealogy transaction owner
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDetails/{ParcelTrxDtlKey}/child/TransactionOwner/{ParcelTrxOwnKey}