AlphaAlpha Docs
API ReferenceBilling admin

Get tenant billing invoices

Retrieve all past billing invoices generated for a tenant

GET
/billing/admin/tenants/{tenantId}/invoices
AuthorizationBearer <token>

In: header

Path Parameters

tenantId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/billing/admin/tenants/string/invoices"
[
  {
    "datePaid": "2019-08-24T14:15:22Z",
    "dueDate": "2019-08-24T14:15:22Z",
    "id": "string",
    "invoiceDate": "2019-08-24T14:15:22Z",
    "invoiceNumber": "string",
    "paidAmount": 0.1,
    "period": "string",
    "status": "string",
    "totalExcludingTax": 0.1,
    "totalWithTax": 0.1
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}