Intercompany Agreements REST Endpoints

Intercompany Agreements
The intercompany agreements represents attribute information that's used for transfer of funds between the intercompany organizations involved in the route.
Approve all transactions in the transfer authorization
Method: post
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/action/approveTransferAuthorizations
Cancel all transfer authorization groups
Method: post
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/action/cancelTransferAuthorizationGrps
Create an intercompany agreement
Method: post
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements
Delete an intercompany agreement
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId}
Generate accounting lines for a transaction
Method: post
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/action/generateAccountingLines
Generate transactions for all transfer authorizations created
Method: post
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/action/generateTransactions
Get all intercompany agreements
Method: get
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements
Get an intercompany agreement
Method: get
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId}
Reject all transactions in the transfer authorization
Method: post
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/action/rejectTransferAuthorizations
Reverse a transfer authorization group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/action/reverseTransferAuthorizationGrp
Update an intercompany agreement
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId}