SetTaskStatus |
Scroll |
REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/SetTaskStatus
SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/SetTaskStatus
Changes the status of the task.
Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/SetTaskStatus
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â–¡ Comment |
xs:string |
nillable |
Sets the comment of the task. |
â– TaskNo |
xs:int |
mandatory |
Sets the number of the task. |
â– TaskStatus |
|
mandatory restriction enum (xs:string) - NotStartedStatus (1) - InProgressStatus (2) - WaitingStatus (3) - DeferredStatus (4) - CompletedStatus (5) - RevokedStatus (6) |
Sets a new value of the task status. |
Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/SetTaskStatusResponse
<Empty message>
Legend:
â– |
Not nillable element. |
â–¡ |
Nillable element. |
≡ |
List of elements. |
Bold |
Mandatory element. |