# Cyclos411Api.FullProfileEdit

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user** | [**UserEdit**](UserEdit.md) | The basic fields. If null, the fields are not modified | [optional] 
**createLandLinePhones** | [**[PhoneNew]**](PhoneNew.md) | Land-line phones to be created. If not sent / empty, no land-line phones are created.  | [optional] 
**createMobilePhones** | [**[PhoneNew]**](PhoneNew.md) | Mobile phones to be created. If not sent / empty, no mobile phones are created.  | [optional] 
**modifyLandLinePhones** | [**[PhoneEditWithId]**](PhoneEditWithId.md) | Land-line phones to be modified. If not sent / empty, no land-line phones are modified  | [optional] 
**modifyMobilePhones** | [**[PhoneEditWithId]**](PhoneEditWithId.md) | Mobile phones to be modified. If not sent / empty, no mobile phones are modified.  | [optional] 
**removePhones** | **[String]** | Phones (both land-line and mobile) to be removed. If not sent / empty, no phones are removed.  | [optional] 
**createAddresses** | [**[AddressNew]**](AddressNew.md) | Addresses to be created. If not sent / empty, no  addresses are created.  | [optional] 
**modifyAddresses** | [**[AddressEditWithId]**](AddressEditWithId.md) | Addresses to be modified. If not sent / empty, no  addresses are modified.  | [optional] 
**removeAddresses** | **[String]** | Addresses to be removed. If not sent / empty, no addresses are removed.  | [optional] 
**createContactInfos** | [**[ContactInfoNew]**](ContactInfoNew.md) | Additional contacts to be created. If not sent / empty, no additional contacts are created.  | [optional] 
**modifyContactInfos** | [**[ContactInfoEditWithId]**](ContactInfoEditWithId.md) | Additional contacts to be modified. If not sent / empty, no  additional contacts are modified.  | [optional] 
**removeContactInfos** | **[String]** | Additional contacts to be removed. If not sent / empty, no additional contacts are removed.  | [optional] 
**addImages** | **[String]** | Identifiers of previously uploaded temporary images to be added as profile images. If not sent / empty, no images are added.  | [optional] 
**removeImages** | **[String]** | Identifiers of existing profile images to be removed. If not sent / empty, no images are removed.  | [optional] 
**reorderImages** | **[String]** | Identifiers of either existing or added profile images in the order they should be listed.  | [optional] 


