Skip to main content
Version: 2.2.1

editIsolatedAction

This method allows editing an isolated action. To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb/wwwroot/ws/java/timecontrol/EditIsolatedActionRequestType.java
Returnweb/wwwroot/ws/java/timecontrol/EditIsolatedActionResponseType.java

Request:

ID #RequiredDescription
IsolatedActionIDXIsolated action ID #.
IsolatedActionIdNewXNew ID # of the isolated action.
IsolatedActionTitleXIsolated action title (What?).
CategoryIDIsolated action category ID #.
IsolatedActionRespIDXID of the user responsible for the action.
IsolatedActionExecRespIDXUser ID of the Responsible for execution (Who?).
TeamIDAction team ID #.
CalendarIDAction calendar ID #.
DtPlanStartPlanned start date (When?) in the YYYY-MM-DD format.
TmPlanStartPlanned start time (When?) in the HH:MM format.
DtPlanEndPlanned end date (When?) in the YYYY-MM-DD format.
TmPlanEndPlanned end time (When?) in the HH:MM format.
VlPlanCostPlanned cost (How much?), in the 10000.00 format, where the "." is the decimal separator. Thousandth separator is not used.
DsWhyWhy?
DsWhereWhere?
DsHowHow?
DsResultResult. It will be used only for the creation of immediate actions. If it is entered during the creation of a planned action, it will be disregarded.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:timecontrol">
<soapenv:Header/>
<soapenv:Body>
<urn:editIsolatedAction>
<!--You may enter the following 17 items in any order-->
<urn:IsolatedActionID>?</urn:IsolatedActionID>
<urn:IsolatedActionIdNew>?</urn:IsolatedActionIdNew>
<urn:IsolatedActionTitle>?</urn:IsolatedActionTitle>
<urn:CategoryID>?</urn:CategoryID>
<urn:IsolatedActionRespID>?</urn:IsolatedActionRespID>
<urn:IsolatedActionExecRespID>?</urn:IsolatedActionExecRespID>
<urn:TeamID>?</urn:TeamID>
<urn:CalendarID>?</urn:CalendarID>
<urn:DtPlanStart>?</urn:DtPlanStart>
<urn:TmPlanStart>?</urn:TmPlanStart>
<urn:DtPlanEnd>?</urn:DtPlanEnd>
<urn:TmPlanEnd>?</urn:TmPlanEnd>
<urn:VlPlanCost>?</urn:VlPlanCost>
<urn:DsWhy>?</urn:DsWhy>
<urn:DsWhere>?</urn:DsWhere>
<urn:DsHow>?</urn:DsHow>
<urn:DsResult>?</urn:DsResult>
</urn:editIsolatedAction>
</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. Values with wrong formatting.
-2. Action plan not found.
-3. User denied access.
-4. Category not found.
-5. Inactive category.
-6. Responsible user not found.
-7. Inactive responsible user.
-8. Executor user not found.
-9. Inactive executor user.
-10. Blocked execution menu.
-11. Team not found.
-12. Inactive team.
-13. Calendar not found.
-14. Inactive calendar.
-15. Authenticated user without permission.
-16. Inconsistent dates.
-17. Change status not allowed.
-18. Unknown error.
DetailSUCCESS: Method executed successfully.
FAILURE: Description of the error that was found.