v1

latestOpenAPI 3.0.02026-08-0645062.8 KB
Accounts

Update account information

Update various fields of an account including name, domain, industry, and associated phone book details

put/accounts/update

Request body

entity_type_idinteger required

Type identifier for the entity

entity_base_idinteger required

Unique identifier of the account to update

account_namestring

New name for the account (updates phone_book.first_name)

domainstring

Company domain

industrystring

Industry sector of the company

commentsstring

Additional comments about the account (updates phone_book.description)

no_of_employeesinteger

Number of employees in the company

hq_locationstring

Headquarters location

emailstring email

Contact email address (updates phone_book.email)

Response

Account updated successfully

message'Account updated successfully' | 'No updates were made'