/contacts
PUT {{url}}/contacts/{{contact_id}}
Request Params
Key | Datatype | Required | Description |
---|
limit | null | | |
offset | null | | |
email | null | | |
phone_number | null | | |
street_address | null | | |
postal_code | null | | |
state | null | | |
country | null | | |
Request Body
{"emails"=>[{"type"=>"work", "email"=>"{{email}}"}], "im_addresses"=>[{"type"=>"aim", "im_address"=>"snake"}], "physical_addresses"=>[{"format"=>"structured", "type"=>"work", "street_address"=>"1235 Street", "city"=>"San Francisco", "postal_code"=>"94103", "state"=>"CA", "country"=>"USA"}], "phone_numbers"=>[{"type"=>"home", "number"=>"123-123-1234"}], "given_name"=>"asdf", "middle_name"=>"asdf", "surname"=>"asdf", "birthday"=>"asdf", "suffix"=>"asdf", "nickname"=>"asdf", "company_name"=>"asdf", "job_title"=>"asdf", "manager_name"=>"asdf", "office_location"=>"asdf", "notes"=>"asdf"}
Key | Datatype | Required | Description |
---|
Content-Type | string | | |