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