- Subcategories:
 - Agreement Based Intercompany Transactions Descriptive Flexfields
 - Attachments
 - Provider Accounting Previews
 - Receiver Accounting Previews
 
Agreement Based Intercompany Transactions REST Endpoints
    
        Intercompany Agreements/Transfer Authorization Groups/Transfer Authorizations/Agreement Based Intercompany Transactions
    
The transactions represents intercompany transaction information that's generated from a transfer authorization.
- Get a transaction
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId}/child/transferAuthorizationGroups/{TransferAuthorizationGroupId}/child/transferAuthorizations/{TransferAuthorizationId}/child/transactions/{TrxId} - Get all transactions
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId}/child/transferAuthorizationGroups/{TransferAuthorizationGroupId}/child/transferAuthorizations/{TransferAuthorizationId}/child/transactions - Update a transaction
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId}/child/transferAuthorizationGroups/{TransferAuthorizationGroupId}/child/transferAuthorizations/{TransferAuthorizationId}/child/transactions/{TrxId}