Update a charge line
Charging: Lines
Update a charge line
Update an existing charge line’s attributes.
PATCH
Update a charge line
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
quantity | No | Updated quantity |
price | No | Updated price per unit |
description | No | Updated description |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the charge line to update
Body
application/json
Response
Charge line updated successfully

