Assign customer plan
amberflo_assign_customer_planWRITE: assign/attach a pricing product plan to a customer — this changes what the customer is billed. API: POST /payments/pricing/amberflo/customer-pricing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | No | Product id the plan belongs to. | |
| customer_id | Yes | The Amberflo customerId to assign the plan to. | |
| product_plan_id | Yes | The productPlanId of the plan to assign. | |
| end_time_in_seconds | No | When the plan ends, unix epoch seconds. | |
| start_time_in_seconds | No | When the plan takes effect, unix epoch seconds. |