api-docs-icon

Update Contact On List

PUT
/ api/ v1/ contacts

Update the specified contact details in the specified contact list

object
contact_id
integer (int32)
required

The unique id of the contact. Required for updating but not required for inserting

contact_list_id
integer (int32)
required

The id of the contact list to add this contact to.

Example:
10142067
address_city
string
nullable

The city of the contact.

Example:
New York
address_state
string
nullable

The state of the contact.

Example:
NY
address_street
string
nullable

The street address of the contact.

Example:
36 Pipers Row
address_street2
string
nullable

The secondary street address of the contact.

Example:
Room 101
address_zip
string
nullable

The zip code of the contact.

Example:
10001
company
string
nullable

The company name of the contact.

Example:
Metacortex
created_date
string
nullable

The date and time when the contact was created.

Example:
1999-02-19T12:00:00.00:00
email_address
string
nullable

The email address of the contact.

Example:
tanderson@metacortex.net
first_name
string
nullable

The first name of the contact.

Example:
Thomas
last_name
string
nullable

The last name of the contact.

Example:
Anderson
mobile_phone
string
nullable

The mobile phone number of the contact.

Example:
888-574-7346
occupation
string
nullable

The occupation of the contact.

Example:
programmer
phone
string
nullable

The phone number of the contact.

Example:
888-574-7346
var_field_1
string
nullable

Custom variable field 1.

var_field_10
string
nullable

Custom variable field 10.

var_field_11
string
nullable

Custom variable field 11.

var_field_12
string
nullable

Custom variable field 12.

var_field_13
string
nullable

Custom variable field 13.

var_field_14
string
nullable

Custom variable field 14.

var_field_15
string
nullable

Custom variable field 15.

var_field_16
string
nullable

Custom variable field 16.

var_field_17
string
nullable

Custom variable field 17.

var_field_18
string
nullable

Custom variable field 18.

var_field_19
string
nullable

Custom variable field 19.

var_field_2
string
nullable

Custom variable field 2.

var_field_20
string
nullable

Custom variable field 20.

var_field_21
string
nullable

Custom variable field 21.

var_field_22
string
nullable

Custom variable field 22.

var_field_23
string
nullable

Custom variable field 23.

var_field_24
string
nullable

Custom variable field 24.

var_field_25
string
nullable

Custom variable field 25.

var_field_26
string
nullable

Custom variable field 26.

var_field_27
string
nullable

Custom variable field 27.

var_field_28
string
nullable

Custom variable field 28.

var_field_29
string
nullable

Custom variable field 29.

var_field_3
string
nullable

Custom variable field 3.

var_field_30
string
nullable

Custom variable field 30.

var_field_31
string
nullable

Custom variable field 31.

var_field_32
string
nullable

Custom variable field 32.

var_field_33
string
nullable

Custom variable field 33.

var_field_34
string
nullable

Custom variable field 34.

var_field_35
string
nullable

Custom variable field 35.

var_field_4
string
nullable

Custom variable field 4.

var_field_5
string
nullable

Custom variable field 5.

var_field_6
string
nullable

Custom variable field 6.

var_field_7
string
nullable

Custom variable field 7.

var_field_8
string
nullable

Custom variable field 8.

var_field_9
string
nullable

Custom variable field 9.

website
string
nullable

The website of the contact.

Example:
metacortex.net

Response

application/json
object
updated_date
string (date-time)

The date and time when the contact was last updated.

Example:
1999-02-19T12:00:00.00:00

Code Examples

Response