SOAP API methode Callback_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
url * | string | The url to notify. |
method * | string | Get the method of notify. This can be xml, json. |
expression * | string | The expression that validates the callback. |
api_disabled * | boolean | Set whether the callback is disabled in api mode |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
callback | Structure of type 'callback' | All properties of the now updated callback |
Structuur 'callback'
Naam | Type | Beschrijving |
---|---|---|
id | int | The ID of the callback. |
url | string | The url to notify. |
method | string | Get the method of notify. This can be xml, json. |
expression | string | The expression that validates the callback. |
api_disabled | boolean | Set whether the callback is disabled in api mode |
actionfilter | string | The actions that can trigger this callback. |