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 |
Powered by DapperDox