AlphaAlpha Docs
API ReferenceBilling admin

Get tenant billing config

Retrieve the billing configuration for a specific tenant

GET
/billing/admin/tenants/{tenantId}/config
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/config"
{
  "active": true,
  "billingPlanId": "string",
  "billingStartDate": "2019-08-24",
  "billingTenantId": "string",
  "clientId": "string",
  "created": "2019-08-24T14:15:22Z",
  "id": "string",
  "invoiceDay": 0,
  "lastBilledDate": "2019-08-24",
  "notes": "string",
  "overrideBaseMonthlyFee": 0.1,
  "overrideCostPerExtraGb": 0.1,
  "overrideCostPerExtraUser": 0.1,
  "overrideIncludedStorageGb": 0.1,
  "overrideIncludedUsers": 0,
  "overrideModulesPricing": {
    "property1": 0.1,
    "property2": 0.1
  },
  "targetTenantId": "string",
  "updated": "2019-08-24T14:15:22Z"
}
{
  "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"
}