Skip to main content

Create billing usage

Report a new billing usage for a billing account.

Path Parameters
    orgId string required
    billingId string required

    ID of the billing account to update the subscription for

Request Body required
    usages object[]
  • Array [
  • id string
    customerId string
    source string
    description string
    type string
    amount int64
    metadata object
    createdAt date-time
    updatedAt date-time
  • ]
Responses

A successful response.


Schema

    object

Loading...