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

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], // состав группы                   
 				"place_name": ""
              }
  • Нет меток