SOAP API method SubProfile_update
Parameters
| Name | Type | Description |
|---|---|---|
| id * | string | The identifier (id) of the object that is updated |
| code * | string | The code of the subprofile. |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| subprofile | Structure of type 'subprofile' | All properties of the now updated subprofile |
Structure 'subprofile'
| Name | Type | Description |
|---|---|---|
| id | int | The ID of the subprofile. |
| code | string | The code of the subprofile. |
| created | timestamp | The timestamp when the subprofile was created. |
| modified | timestamp | The timestamp when the subprofile was last modified. |
| lastexport | timestamp | The last timestamp when the subprofile was exported. |
| fields | Map | Map of all fields of the subprofile, this property is only returned when the parameter 'allproperties' is set to true |