SOAP API method FaxCondition_update
Parameters
- Parameter 'id' : string
- The identifier (id) of the object that is updated
- Parameter 'matchmode' : string
- The matchmode of the mailingcondition.
- Parameter 'requireddestination' : string
- The required destination of the condition.
- Parameter 'documentname' : string
- The name of the document of the condition.
- Parameter 'aftertime' : timestamp
- The 'after' time of the condition.
- Parameter 'aftermutation' : Structure of type 'aftermutation'
- Change the variable time before which the mailing should have been sent.
- Parameter 'beforetime' : timestamp
- The 'before' time of the condition.
- Parameter 'number' : int
- The required number of messages that are received.
- Parameter 'operator' : string
- The operator to compare the number of messages with the number of received messages by the profile/subprofile.
- Parameter 'templatename' : string
- The name of the template of the condition.
- Parameter 'disabled' : boolean
- Is this condition disabled?
Return values
- Return value 'faxcondition' : Structure of type 'faxcondition'
- All properties of the now updated faxcondition
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 'faxcondition'
This structure faxcondition was mentioned above. This structure has the following properties:
- Property 'matchmode' : string
- The matchmode of the mailingcondition.
- Property 'requireddestination' : string
- The required destination of the condition.
- Property 'documentname' : string
- The name of the document of the condition.
- Property 'aftertime' : timestamp
- The 'after' time of the condition.
- Property 'aftermutation' : DateMutation
- Change the variable time before which the mailing should have been sent.
- Property 'beforetime' : timestamp
- The 'before' time of the condition.
- Property 'beforemutation' : DateMutation
- The variable time before which the mailing should have been sent.
- Property 'number' : int
- The required number of messages that are received.
- Property 'operator' : string
- The operator to compare the number of messages with the number of received messages by the profile/subprofile.
- Property 'templatename' : string
- The name of the template of the condition.
- Property 'id' : int
- The ID of the condition.
- Property 'type' : string
- The type of the condition.
- Property 'disabled' : boolean
- Is this condition disabled?