Description
Update a email with new values
Method
Post
Call
This is a unique ID to identify the client | ||
This is a GUID to identify the client and for access to the API | ||
Phone number Id | ||
New number | ||
New first name | ||
New last name |
Result
<?xml version='1.0' encoding='UTF-8'?>
<api version="1">
<phone>
<id_number>1025</id_number>
<number>0041791234545</phone>
<firstname>Jean</firstname>
<lastname>Dupont</lastname>
</phone>
</api>
Result Attributes
|
|
Phone[] | Identify each address book |
id_number | ID of the phone number |
number | Phone number |
firstname | First name |
lastname | Last name |
number | New number |