# DialmycallsJsClient.UpdateContactByIdParameters

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**firstname** | **String** | The contact&#39;s first name. | [optional] 
**lastname** | **String** | The contact&#39;s last name. | [optional] 
**phone** | **String** | (Required)  The contact&#39;s phone number. | [optional] 
**extension** | **String** | The contact&#39;s phone extension. | [optional] 
**email** | **String** | The contact&#39;s email address. | [optional] 
**extra1** | **String** | Miscellaneous data about this contact. | [optional] 
**groups** | **[String]** | List of group IDs that this contact should belong to. | [optional] 


