Update a charge basket
Charging: Baskets
Update a charge basket
Update an existing charge basket’s attributes.
PATCH
Update a charge basket
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
status | No | Update basket status (OPEN/CLOSED) |
end_at | No | Set or update the billing period end date |
start_at | No | Update the billing period start date |
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 basket to update
Body
application/json
Response
Charge Basket updated successfully

