| Description | HTTP Request | 
|---|---|
| Bulk insert Journal Accounts | 
        POST /api/v2/business/{businessId}/accounts/bulk | 
      
	  
    
| Create a new Journal Account | 
        POST /api/v2/business/{businessId}/accounts | 
      
	  
    
| Delete Employing Entity Specific Chart of Accounts | 
        DELETE /api/v2/business/{businessId}/chartofaccounts/employingEntity/{employingEntityId} | 
      
	  
    
| Delete Location Specific Chart of Accounts | 
        DELETE /api/v2/business/{businessId}/chartofaccounts/location/{locationId} | 
      
	  
    
| Delete an existing Journal Account | 
        DELETE /api/v2/business/{businessId}/accounts/{id} | 
      
	  
    
| Get Chart of Accounts | 
        GET /api/v2/business/{businessId}/chartofaccounts | 
      
	  
    
| Get Employing Entity Specific Chart of Accounts | 
        GET /api/v2/business/{businessId}/chartofaccounts/employingEntity/{employingEntityId} | 
      
	  
    
| Get Journal Account Types | 
        GET /api/v2/business/{businessId}/accounts/types | 
      
	  
    
| Get Journal Account by ID | 
        GET /api/v2/business/{businessId}/accounts/{id} | 
      
	  
    
| Get Journal Accounts | 
        GET /api/v2/business/{businessId}/accounts | 
      
	  
    
| Get Journal Service provider | 
        GET /api/v2/business/{businessId}/accounts/journalservice | 
      
	  
    
| Get Journal Service providers | 
        GET /api/v2/business/{businessId}/accounts/journalservices | 
      
	  
    
| Get Location Specific Chart of Accounts | 
        GET /api/v2/business/{businessId}/chartofaccounts/location/{locationId} | 
      
	  
    
| Update Chart of Accounts | 
        POST /api/v2/business/{businessId}/chartofaccounts | 
      
	  
    
| Update Employing Entity Specific Chart of Accounts | 
        POST /api/v2/business/{businessId}/chartofaccounts/employingEntity/{employingEntityId} | 
      
	  
    
| Update Journal Service provider | 
        PUT /api/v2/business/{businessId}/accounts/journalservice | 
      
	  
    
| Update Location Specific Chart of Accounts | 
        POST /api/v2/business/{businessId}/chartofaccounts/location/{locationId} | 
      
	  
    
| Update an existing Journal Account | 
        PUT /api/v2/business/{businessId}/accounts/{id} | 
      
	  
    
Powered by DapperDox