Charge
Update Charge
Update a Charge for the given UUID.
NOTE: When you update a Charge on an Account, you can provide either a Charge amount or Charge units together with a unitPrice, but not both.
put/organizations/{orgId}/charges/{id}
Path parameters
orgIdstring required
UUID of the organization
idstring required
The UUID of the Charge to update.
Request body
Example request
{
"billDate": "2022-01-04"
}Response
Returns the updated Charge