Ejemplo n.º 1
0
 /**
  * @param \HelpScout\model\Customer $customer
  */
 public function updateCustomer(model\Customer $customer)
 {
     $this->doPut('customers/' . $customer->getId() . '.json', $customer->toJSON(), 200);
 }