Skip to main content
Version: 2.2.2

sendActionPlanToNextStep

This method allows sending an action plan to the next step. To use it, it is necessary to follow the standard documented below:

Java class
Requestweb/wwwroot/ws/java/timecontrol/SendActionPlanToNextStepRequestType.java
Returnweb/wwwroot/ws/java/timecontrol/SendActionPlanToNextStepResponseType.java

Request:

ID #RequiredDescription
ActionPlanIDXAction plan ID #

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:timecontrol">
<soapenv:Header/>
<soapenv:Body>
<urn:sendActionPlanToNextStep>
<urn:ActionPlanID>?</urn:ActionPlanID>
</urn:sendActionPlanToNextStep>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusMethod execution status. Its value may be:
SUCCESS: Method executed successfully.
FAILURE: An error occurred during the method execution.
Code1. Method executed successfully
-1. Action plan not found
-2. Record permission error
-3. Error in the completion of the web service fields
-4. PL004 menu access permission error
-5. Action plan status error
-6. The manual closure of the action plan is blocked
-7. At least one action must be associated with the action plan
-8. The team responsible for the execution has not been associated with the action
-9. Priority completion error
-10. Checklist completion error
-11. Attribute completion error
-12. Action rule completion error
-13. Approval/verification completion error
-14. Date completion error
-99. Unmapped error
DetailSUCCESS: Method executed successfully.
FAILURE: Description of the error that was found.