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: postPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements/action/approveTransferAuthorizations - Cancel all transfer authorization groups
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements/action/cancelTransferAuthorizationGrps - Create an intercompany agreement
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements - Delete an intercompany agreement
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId} - Generate accounting lines for a transaction
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements/action/generateAccountingLines - Generate transactions for all transfer authorizations created
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements/action/generateTransactions - Get all intercompany agreements
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements - Get an intercompany agreement
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId} - Reject all transactions in the transfer authorization
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements/action/rejectTransferAuthorizations - Reverse a transfer authorization group
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements/action/reverseTransferAuthorizationGrp - Update an intercompany agreement
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId}