Update Account
Copied
https://api.ocamba.com/v2/ocamba/accounts/{id}
Copied
https://api.ocamba.com/v2/ocamba/accounts/{id}
Updates the specific Account by setting the values of the parameters passed. Any parameters not provided will be left unchanged
Name
Descriptionidstringrequired
Unique account id.Example: id=423
Name
Descriptioncontacts[ account-contact ]
List of account contacts.Account Contact
Name
Descriptiontypestring
Describes type of the contact.Example: email
Possible values: phone | mobile | skype | sip | email | website
valuestring
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]
feedsobject
Name
Descriptionpostbacksstring
Example: https://google.com
namestringrequired
Name of the account.Example: Demo account
statusstringrequired
The status reflects the current status of the account which may be overridden by some background processes.Example: active
Possible values: active | verification | rejected paused | inactive | archived | hourly-limit | daily-limit | monthly-limit | lifetime-limit
Default: active
204 - No Content
note
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the account.
tip
1 If you don't know the account id, list the account to find it.