Команда
Запрос
Дополнительные предварительные действия

tree_move_request

"command":
            {
                "plm_type_code":${dimensions},
                "state":${tree_move_request},
    			 "nodes":[string], // идентификатор размерностей
				"place": string, 
				"insert_mode": string
			}         

insert_mode:

  • before - до группы
  • after - после группы
  • child - дочернее положение в группе
Response
Parameter

tree_move_response

"command" : {
                "plm_type_code" : ${dimensions},
                "state" : ${tree_move_response},
                "command_id": string, // идентичикатор команды
                "module_id": string,  // идентификатор модуля  
	            "nodes_names": [string], // названия размерностей из nodes               
 				"place_parent_name": string // имя родительского узла
             }
  • Нет меток