Update Account contact


                https://api.ocamba.com/v2/ocamba/accounts/{id}/contacts/{contact_id}
            

Updates the specific Account contact by setting the values of the parameters passed. Any parameters not provided will be left unchanged


Name
Description
account_idstringrequired
Unique account identifier defined as a path parameter.


Example: 12345

idstringrequired
Unique identifier defined as a path parameter.


Example: 95eb301b-6aaf-42ad-a219-ccbd5f4d3d2b

Name
Description
typestringrequired
Describes type of the contact.


Example: email

Possible values: phone | mobile | skype | sip | email | website

valuestringrequired
The actual contact, based on contact type. For example, if contact type is email, the value must be a valid email address.


Example: [email protected]

204 - No Content
Arrow
tip
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the account.
200 Arrow
{
  "type": "email",
  "value": "[email protected]"
 }