Получение горизонтальных связей проекта
Метод: GetHorizontalRelationsProjects
Передаваемые параметры
Параметр | Описание |
ASPNETSessionId | Идентификатор сессии |
projectId | Идентификатор проекта |
<?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>
<GetHorizontalRelationsProjects xmlns="http://streamline/">
<ASPNETSessionId>string</ASPNETSessionId>
<projectId>string</projectId>
</GetHorizontalRelationsProjects>
</soap:Body>
</soap:Envelope>
Возвращаемые параметры
Параметр | Описание |
ProjectId | Идентификатор проекта |
ProjectTypeId | Идентификатор типа проекта |
ProjectName | Наименование проекта |
RelationTemplateId | Идентификатор связи проекта |
<?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>
<GetHorizontalRelationsProjectsResponse xmlns="http://streamline/">
<GetHorizontalRelationsProjectsResult>
<RelationdWrapper>
<ProjectId>string</ProjectId>
<ProjectTypeId>string</ProjectTypeId>
<ProjectName>string</ProjectName>
<RelationTemplateId>string</RelationTemplateId>
</RelationdWrapper>
<RelationdWrapper>
<ProjectId>string</ProjectId>
<ProjectTypeId>string</ProjectTypeId>
<ProjectName>string</ProjectName>
<RelationTemplateId>string</RelationTemplateId>
</RelationdWrapper>
</GetHorizontalRelationsProjectsResult>
</GetHorizontalRelationsProjectsResponse>
</soap:Body>
</soap:Envelope>