Update Phone
Request
PUT /v2/customers/100/phones/1006 HTTP/1.1
Authorization: Bearer oauth_token
Content-Type: application/json
{
"type" : "work",
"value" : "222-333-4444"
}
Path Parameters
/v2/customers/{customerId}/phones/{phoneId}
Request fields
| Path | Type | Required | Description |
|---|---|---|---|
type |
String |
Y | Location for this phone. Accepted values are:faxhomemobileotherotherpagerwork |
value |
String |
Y | Telephone number |
Response
HTTP/1.1 204 No Content