View Source PlacetelAPI.Model.PutContacts (placetel_api v2.0.0)
Update a contact
Link to this section Summary
Link to this section Types
@type t() :: %PlacetelAPI.Model.PutContacts{ address: String.t() | nil, address_work: String.t() | nil, blocked: boolean() | nil, color: String.t() | nil, company: String.t() | nil, email: String.t() | nil, email_work: String.t() | nil, facebook_url: String.t() | nil, fax: String.t() | nil, fax_work: String.t() | nil, first_name: String.t() | nil, last_name: String.t() | nil, linkedin_url: String.t() | nil, mobile: String.t() | nil, mobile_work: String.t() | nil, phone: String.t() | nil, phone_work: String.t() | nil, speeddial: String.t() | nil, twitter_account: String.t() | nil, user_id: integer() | nil, xing_url: String.t() | nil }