Overview
You can use this request to change the email package a customer is on.
The Method
| API | - | Method |
|---|---|---|
| REST | POST | https://[Your URL]/api/2.0/customers/change_email_package/:customer_id/:package_identifier |
Parameters
Required Parameters
The following parameters must be included for this method to work:
| Property | Type | Description | Default | Required |
|---|---|---|---|---|
| $id | integer | ID of the customer to change the package of. | none | yes |
| $package_id | string | Identifier for the package to change the customer to. | none | yes |