Description | HTTP Request |
---|---|
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 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