Получение горизонтальных связей проекта

Метод: 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>