# Cyclos411Api.ContactDataForEdit

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**editableFields** | **[String]** | The internal names of custom fields that can be edited | [optional] 
**contact** | [**ContactEdit**](ContactEdit.md) | The contact that is being edited. This value can be modified and sent back to &#x60;PUT /contact/{id}&#x60;  | [optional] 
**binaryValues** | [**CustomFieldBinaryValues**](CustomFieldBinaryValues.md) | Holds the current values for file / image custom fields as lists of &#x60;StoredFile&#x60;s / &#x60;Image&#x60;s.  | [optional] 


