Overview

You can use this request to change the email package a customer is on.

The Method

API-Method
RESTPOSThttps://[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 TypeDescriptionDefaultRequired
$idintegerID of the customer to change the package of.noneyes
$package_idstringIdentifier for the package to change the customer to.noneyes

Example Request


Example Response