---
title: "POST /v1/InstalledAddOns/{InstalledAddOnSid}/Usage"
method: POST
path: "/v1/InstalledAddOns/{InstalledAddOnSid}/Usage"
tags: ["MarketplaceBillingUsage"]
---

# POST /v1/InstalledAddOns/{InstalledAddOnSid}/Usage

`POST /v1/InstalledAddOns/{InstalledAddOnSid}/Usage`

Allows Twilio Marketplace publishers to manually report customer usage on No-code Partner Listings that they own.

## Path parameters

- `InstalledAddOnSid` string, required

## Request body

- MarketplaceV1InstalledAddOnInstalledAddOnUsage
  - `total_submitted` number — Total amount in local currency that was billed in this request. Aggregates all billable_items that were successfully submitted.
  - `billable_items` object[], required
    - `quantity` number, required — Total amount in local currency that was billed for this Billing Item. Can be any floating number greater than 0.
    - `sid` string, required — BillingSid to use for billing.
    - `submitted` boolean — Whether the billing event was successfully generated for this Billable Item.

## Response `202`

Accepted

- MarketplaceV1InstalledAddOnInstalledAddOnUsage
  - `total_submitted` number — Total amount in local currency that was billed in this request. Aggregates all billable_items that were successfully submitted.
  - `billable_items` object[], required
    - `quantity` number, required — Total amount in local currency that was billed for this Billing Item. Can be any floating number greater than 0.
    - `sid` string, required — BillingSid to use for billing.
    - `submitted` boolean — Whether the billing event was successfully generated for this Billable Item.

---

[API](https://skmtc.net/twilio/apis/marketplace-v1.md) · [All operations](https://skmtc.net/twilio/apis/marketplace-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/marketplace-v1/revisions/390602042b6e/schema)
