| Description | HTTP Request | 
|---|---|
| Get Brand Invoice By ID | 
        GET /api/v2/brand/{brandId}/Invoice/{id} | 
      
	  
    
| Get Brand Invoice Excel By ID | 
        GET /api/v2/brand/{brandId}/Invoice/{id}/excel | 
      
	  
    
| Get Brand Invoice PDF By ID | 
        GET /api/v2/brand/{brandId}/Invoice/{id}/pdf | 
      
	  
    
| Get Brand Invoices | 
        GET /api/v2/brand/{brandId}/Invoice | 
      
	  
    
| Get Business Invoice By ID | 
        GET /api/v2/business/{businessId}/Invoice/{id} | 
      
	  
    
| Get Business Invoice PDF By ID | 
        GET /api/v2/business/{businessId}/Invoice/{id}/pdf | 
      
	  
    
| Get Business Invoices | 
        GET /api/v2/business/{businessId}/Invoice | 
      
	  
    
| Get Reseller Invoice By ID | 
        GET /api/v2/reseller/{resellerId}/Invoice/{id} | 
      
	  
    
| Get Reseller Invoice Excel By ID | 
        GET /api/v2/reseller/{resellerId}/Invoice/{id}/excel | 
      
	  
    
| Get Reseller Invoice PDF By ID | 
        GET /api/v2/reseller/{resellerId}/Invoice/{id}/pdf | 
      
	  
    
| Get Reseller Invoices | 
        GET /api/v2/reseller/{resellerId}/Invoice | 
      
	  
    
| Get White Label Invoice By ID | 
        GET /api/v2/whitelabel/{whiteLabelId}/Invoice/{id} | 
      
	  
    
| Get White Label Invoice Excel By ID | 
        GET /api/v2/whitelabel/{whiteLabelId}/Invoice/{id}/excel | 
      
	  
    
| Get White Label Invoice PDF By ID | 
        GET /api/v2/whitelabel/{whiteLabelId}/Invoice/{id}/pdf | 
      
	  
    
| Get White Label Invoices | 
        GET /api/v2/whitelabel/{whiteLabelId}/Invoice | 
      
	  
    
Powered by DapperDox