Create Account contact
https://api.ocamba.com/v2/ocamba/accounts/{id}/contacts
https://api.ocamba.com/v2/ocamba/accounts/{id}/contacts
Creates a new Account contact object
Name
Descriptionaccount_idstringrequired
Unique account identifier defined as a path parameter.Example: 12345
Name
Descriptiontypestringrequired
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]
201 - Created