Делегирование проекта
Метод: DelegateProject
Передаваемые параметры
Параметр | Описание |
---|---|
ASPNETSessionId | Идентификатор сессии |
ProjectId | Идентификатор проекта |
DelegateUserId* | Идентификатор пользователя, которому делегируют полномочия исполнителя в проекте |
DelegateOwnerId* | Идентификатор пользователя, которому делегируют полномочия руководителя в проекте |
AutoAccept | Флаг для автоматического принятия полномочий |
* – Параметры DelegateUserId и DelegateOwnerId должны быть либо оба, либо хотя бы один из них.
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <DelegateProject xmlns="http://streamline/"> <projectData> <ASPNETSessionId>string</ASPNETSessionId> <ProjectId>string</ProjectId> <DelegateUserId>string</DelegateUserId> <DelegateOwnerId>string</DelegateOwnerId> <AutoAccept>boolean</AutoAccept> </projectData> </DelegateProject> </soap:Body> </soap:Envelope>
Возвращаемые параметры
Параметр | Описание |
---|---|
DelegateProjectResponse | Результат выполнения запроса |
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <DelegateProjectResponse xmlns="http://streamline/" /> </soap:Body> </soap:Envelope>