SOAP API methode Contact_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
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 |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
contact | Structure of type 'contact' | All properties of the now updated contact |
Structuur 'remarks'
Naam | Type | Beschrijving |
---|---|---|
type | string | Get the name of the type |
source | string | Get the source of the data |
Structuur 'report'
Naam | Type | Beschrijving |
---|---|---|
type | string | Get the name of the type |
source | string | Get the source of the data |
Structuur 'contact'
Naam | Type | Beschrijving |
---|---|---|
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 |