Skip to main content
PUT
Update contact

Authorizations

Authorization
string
header
required

Beem API credentials: API key as username, API secret as password.

Path Parameters

contact_id
string
required

Unique contact ID.

Body

application/json
first_name
string | null

Contact first name.

last_name
string | null

Contact last name.

title
string | null

Salutation or title (e.g. Mr, Ms).

gender
string | null

Contact gender.

mob_no2
any | null

Secondary mobile number.

email
string<email> | null

Contact email address.

Pattern: \s*[,]\s*
address_country
string | null

Country of residence.

address_city
string | null

City of residence.

address_area
string | null

Area or district.

dob
string | null

Date of birth.

mob_no

Updated primary mobile number.

addressbook_id
string[]

Address book IDs to associate with this contact.

Response

Contact updated successfully.

data
object
required