SOAP API method Contact_update
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
plannedtime * | timestamp | The timestamp for which the contact is or was scheduled. |
executedtime * | timestamp | The timestamp when the contact was scheduled. |
remarks * | Structure of type 'remarks' | The remarks of the contact. |
report * | Structure of type 'report' | The report of the contact. |
important * | boolean | Is this a very important contact?. |
extra * | string | The extra data of the contact. |
subject * | string | Set a subject of the contact report |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
contact | Structure of type 'contact' | All properties of the now updated contact |
Structure 'remarks'
Name | Type | Description |
---|---|---|
type | string | Get the name of the type |
source | string | Get the source of the data |
Structure 'report'
Name | Type | Description |
---|---|---|
type | string | Get the name of the type |
source | string | Get the source of the data |
Structure 'contact'
Name | Type | Description |
---|---|---|
id | int | The ID of the contact. |
plannedtime | timestamp | The timestamp for which the contact is or was scheduled. |
executedtime | timestamp | The timestamp when the contact was scheduled. |
remarks | ContactData | The remarks of the contact. |
report | ContactData | The report of the contact. |
important | boolean | Is this a very important contact?. |
extra | string | The extra data of the contact. |
subject | string | Set a subject of the contact report |