SOAP API methode ToDoCondition_update
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| id * | string | The identifier (id) of the object that is updated |
| matchtype * | string | The match type of the to do condition. |
| matchmode * | string | The matchmode of the to do condition. |
| contacttype * | Structure of type 'contacttype' | The contacttype of the to do condition. |
| minopencontacts * | int | The minimum number of items that should be on the todo list. |
| maxopencontacts * | int | The maximum number of items that should be on the todo list. |
| aftertime * | timestamp | The aftertime of the todo condition. |
| aftermutation * | Structure of type 'aftermutation' | The aftermutation of the todo condition. |
| beforetime * | timestamp | The beforetime of the todo condition. |
| beforeinterval * | Structure of type 'beforeinterval' | Set the beforemutation of the todo condition. |
| priority * | string | Get the priority of the selected todo's. |
| contains * | string | Get the search string for the todo contents |
| disabled * | boolean | Is this condition disabled? |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| todocondition | Structure of type 'todocondition' | All properties of the now updated todocondition |
Structuur 'contacttype'
| Naam | Type | Beschrijving |
|---|---|---|
| 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 |
Structuur 'aftermutation'
| Naam | Type | Beschrijving |
|---|---|---|
| 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 |
Structuur 'beforeinterval'
| Naam | Type | Beschrijving |
|---|---|---|
| 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 |
Structuur 'todocondition'
| Naam | Type | Beschrijving |
|---|---|---|
| matchtype | string | The match type of the to do condition. |
| matchmode | string | The matchmode of the to do condition. |
| contacttype | ContactType | The contacttype of the to do condition. |
| minopencontacts | int | The minimum number of items that should be on the todo list. |
| maxopencontacts | int | The maximum number of items that should be on the todo list. |
| aftertime | timestamp | The aftertime of the todo condition. |
| aftermutation | DateMutation | The aftermutation of the todo condition. |
| beforetime | timestamp | The beforetime of the todo condition. |
| beforemutation | DateMutation | The beforemutation of the todo condition. |
| beforeinterval | DateMutation | Set the beforemutation of the todo condition. |
| priority | string | Get the priority of the selected todo's. |
| contains | string | Get the search string for the todo contents |
| id | int | The ID of the condition. |
| type | string | The type of the condition. |
| disabled | boolean | Is this condition disabled? |