URL: components/services/APIProjects.asmx
Метод: ChangeParent
Изменяет родительский проект у целевого проекта.
| Параметр | Описание |
|---|---|
ASPNETSessionId | Идентификатор сессии |
ProjectId | Идентификатор проекта |
ParentProjectId | Идентификатор нового родительского проекта |
<?xml version="1.0" encoding="utf-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:str="http://streamline/"> <soapenv:Header/> <soapenv:Body> <str:ChangeParent> <str:contract> <str:ASPNETSessionId>string</str:ASPNETSessionId> <str:ProjectId>string</str:ProjectId> <str:ParentProjectId>string</str:ParentProjectId> </str:contract> </str:ChangeParent> </soapenv:Body> </soapenv:Envelope>
| Параметр | Описание |
|---|---|
ChangeParentResult | Результат выполнения запроса |
<?xml version="1.0" encoding="utf-8"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ChangeParentResponse xmlns="http://streamline/"> <ChangeParentResult>string</ChangeParentResult> </ChangeParentResponse> </s:Body> </s:Envelope>