Navigation:  Integration via SOAP web services > Published web services > Action plan >

newActionPlan

Previous  Top  Next

This method enables the creation of action plans. To use it, it is necessary to follow the standard documented below:

 

Java class

Request

web/wwwroot/ws/java/timecontrol/NewActionPlanRequestType.java

Return

web/wwwroot/ws/java/timecontrol/NewActionPlanResponseType.java

 

Request

ID #

Required

Description

IDMODELPLANACTIVITY

 

Action plan template ID #.

IDACTIONPLAN

X1

Action plan ID #.

TITLE

X2

Action plan title.

IDCATEGORY

X2

Category ID #.

IDPLANNINGRESP

X

ID of the user responsible for planning the action plan.

IDACTIONPLANRESP

X

ID of the user responsible for the action plan.

IDTEAMPLANNINGRESP

 

ID of the team responsible for planning the action plan.

IDTEAMMONITORINGRESP

 

ID # of the team responsible for the action plan.

IDCALENDAR

 

Calendar ID #.

SUMMARY

 

Action plan description.

OBJECTIVE

 

Action plan objective.

JUSTIFY

 

Action plan explanation.

BENEFIT

 

Action plan benefit.

 

1 - Required only when there are no identification masks configured in the category.

2 - Required only when an action plan template is not used.

 

Return

ID #

Description

Return

SUCCESS: Action plan ID # created.

FAILURE: Code regarding the error that occurred:

-1 – Action plan ID # already exists;

-2 - The authentication user does not have permission to execute this method;

-3 - The user does not have permission in the entered category;

-4 - Category not found;

-5 - User not found;

-6 – Team not found;

-7 – Calendar not found;

-8 - Disabled user;

-9 - Disabled team;

-10 - Disabled category;

-11  - Action plan template not found;

-12 - Required parameter not entered;

-13  - The user entered as responsible for planning the action plan does not have access to the planning menu;

-14  - The user entered as responsible for the action plan does not have access to the tracking menu;