/
library_program_task_move ( session, tasks )

library_program_task_move ( session, tasks )

MethodName

library_program_task_move ( session, tasks )

Description

Sets new order for tasks in stage of program

Input

session: Session

tasks: new order for tasks with coded refs

Output

result: XML

ErrorMsg:  Error message if the operation fails

Request Sample

library_program_task_move (“LC53060c6f729de8.42629546”,

<tasks>
	<task>
  		<ref>1123|31|DRAFT|49|0|7|</ref>
	</task>
	<task>
  		<ref>3423|31|DRAFT|49|0|7|</ref>
	</task>
</tasks>

)

ResponseSample

<?xml version="1.0" encoding="UTF-8"?> <result></result> <ErrorMsg></ErrorMsg>