Update a charge price
Charging: Configuration
Update a charge price
Update an existing charge price’s attributes.
PATCH
Update a charge price
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
price | No | Update the unit price |
quantity | No | Update the quantity |
auto_charge | No | Enable or disable auto-charging |
code | No | Update the charge price code |
name | No | Update the display name |
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 price to update
Body
application/json
Response
Charge Price updated successfully

