SOAP API methode Profile_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
code * | string | The code of the profile. |
extra * | string | The extra data of the profile. |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
profile | Structure of type 'profile' | All properties of the now updated profile |
Structuur 'profile'
Naam | Type | Beschrijving |
---|---|---|
id | int | The ID of the profile. |
code | string | The code of the profile. |
extra | string | The extra data of the profile. |
created | timestamp | The timestamp when the profile was created. |
modified | timestamp | The timestamp when the profile was last modified. |
lastexport | timestamp | The last timestamp when the profile was exported. |
fields | Map | Map of all fields of the profile, this property is only returned when the parameter 'allproperties' is set to true |
interests | Map | Map of all interests of the profile, this property is only returned when the parameter 'allproperties' is set to true |