- Subcategories:
 - Attachments
 - Descriptive Flexfields
 
External Cash Transactions REST Endpoints
            
            External Cash Transactions
            
        
        
    The external cash transactions resource is used to view, create, modify, or delete external transactions. The voiding of external transactions is also supported through the update of the status attribute.
- Create an external transaction
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/cashExternalTransactions - Get all external transactions
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/cashExternalTransactions - Get an external transaction
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/cashExternalTransactions/{ExternalTransactionId} - Update an external transaction
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/cashExternalTransactions/{ExternalTransactionId}