Update Account contact


                https://api.ocamba.com/v2/adex/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

contact_idstringrequired
Unique contact id.


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
Contact value.


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.

2 If you don't know the account contacts id, list the account contacts to find it.

3 If you don't know the account id, list the accounts to find it.
200 Arrow
{
  "value": "[email protected]",
  "type": "email"
}