Related Transactions REST Endpoints

Related Transactions
Related transactions resource is used to link and unlink transactions that are associated to a Pre-Application.
Create a set of related transactions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRelatedTransactions
Delete a related transaction
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRelatedTransactions/{publicSectorRelatedTransactionsUniqID}
Get a related transaction
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRelatedTransactions/{publicSectorRelatedTransactionsUniqID}
Get all related transactions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRelatedTransactions
Update a related transaction
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRelatedTransactions/{publicSectorRelatedTransactionsUniqID}