---
title: "Add a new billing schedule for subscription line item"
method: POST
path: "/invoices/schedule"
tags: ["Billing"]
---

# Add a new billing schedule for subscription line item

`POST /invoices/schedule`

Creates a new billing schedule entry for an event based charge

## Request body

- BillingEventInput
  - `subscriptionId` string
  - `subscriptionChargeId` string
  - `triggerOn` integer
  - `amount` number, required

## Response `200`

successful operation

- string

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
