BackTask
This method will back the task to its previous action.
Parameters
- SessionId
-
The current session id as base64-string. This type is mandatory.
- Id
-
The id of the task as numeric-string value. This type is mandatory.
- Count
-
The current call-count of the session. This must be a numeric value. This type is mandatory.
SOAP implementation
- Content type
-
text/xml; charset="utf-8";
- Header
-
Action: "http://www.pointsharp.com/netid/server/portal/IServiceSoap/BackTask"
- Request
-
<?xml version="1.0" encoding="utf-8"?> <s:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <BackTask xmlns="http://www.pointsharp.com/netid/server/portal"> <Info> <SessionId></SessionId> <Id>538</Id> <Count>2</Count> </Info> </BackTask> </s:Body> </s:Envelope> - Response
-
The response will contain the current task with updated action index.