{{baseUrl}}/contact
PUT {{baseUrl}}/contact
Aggiunge un nuovo numero in rubrica
Request Body
{"addressbooks"=>["<string>", "<string>"], "disable_update"=>"<boolean>", "create_addressbook_if_not_exist"=>"<boolean>", "contact_data"=>{"name"=>"<string>", "last_name"=>"<string>", "email"=>"<string>", "phone"=>"<string>", "birthday_date"=>"<string>", "sex"=>"<string>", "company_name"=>"<string>", "address"=>"<string>", "zip_code"=>"<string>", "region"=>"<string>", "custom_field1"=>"<string>", "custom_field2"=>"<string>", "custom_field3"=>"<string>", "custom_field4"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"code":200,"data":{"created_contact":1,"updated_contact":0}}