Add a one time charge
POST {{baseUrl}}/customers/:customer_id/addCharge
Add a one time charge to the specified invoice
Request Body
{"charge_id"=>"<uuid>", "price"=>"<number>", "quantity"=>"<number>", "invoice_start_timestamp"=>"<dateTime>", "customer_plan_id"=>"<uuid>", "description"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}