SOAP API method LastContactCondition_update
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
matchtype * | string | The match type of the lastcontactcondition. |
matchmode * | string | The matchmode of the lastcontactcondition. |
contacttype * | Structure of type 'contacttype' | The type of contact that we recently had (or did not have). |
minclosedcontacts * | int | The minimum number of items that should be on the todo list. |
maxclosedcontacts * | int | The maximum number of items that should be on the contast list. |
aftertime * | timestamp | The aftertime of the last contact condition. |
aftermutation * | Structure of type 'aftermutation' | The aftermutation of the last contact condition. |
beforetime * | timestamp | The beforetime of the last contact condition. |
beforeinterval * | Structure of type 'beforeinterval' | Set the before mutation of the last contact condition. |
priority * | string | Get the priority of the selected contacts |
contains * | string | Get the search string for the contact report contents |
disabled * | boolean | Is this condition disabled? |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
lastcontactcondition | Structure of type 'lastcontactcondition' | All properties of the now updated lastcontactcondition |
Structure 'contacttype'
Name | Type | Description |
---|---|---|
id | int | This ID of the contact type |
name | string | Name of the contact type |
description | string | The description of the contact type |
icon | string | The icon of the contact type |
Structure 'aftermutation'
Name | Type | Description |
---|---|---|
type | string | The type of the datemutation. |
count | int | The count of the datemutation. |
unit | string | The unit of the datemutation. |
floorTo | string | The unit by which this mutation should be rounded |
Structure 'beforeinterval'
Name | Type | Description |
---|---|---|
type | string | The type of the datemutation. |
count | int | The count of the datemutation. |
unit | string | The unit of the datemutation. |
floorTo | string | The unit by which this mutation should be rounded |
Structure 'lastcontactcondition'
Name | Type | Description |
---|---|---|
matchtype | string | The match type of the lastcontactcondition. |
matchmode | string | The matchmode of the lastcontactcondition. |
contacttype | ContactType | The type of contact that we recently had (or did not have). |
minclosedcontacts | int | The minimum number of items that should be on the todo list. |
maxclosedcontacts | int | The maximum number of items that should be on the contast list. |
aftertime | timestamp | The aftertime of the last contact condition. |
aftermutation | DateMutation | The aftermutation of the last contact condition. |
beforetime | timestamp | The beforetime of the last contact condition. |
beforemutation | DateMutation | The beforemutation of the last contact condition. |
beforeinterval | DateMutation | Set the before mutation of the last contact condition. |
priority | string | Get the priority of the selected contacts |
contains | string | Get the search string for the contact report contents |
id | int | The ID of the condition. |
type | string | The type of the condition. |
disabled | boolean | Is this condition disabled? |