URL: components/services/APIProjects.asmx
Метод: ScheduleProject
| Параметр | Описание |
|---|---|
ASPNETSessionId | Идентификатор сессии |
projectId | Идентификатор проекта |
<?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:ScheduleProject> <str:ASPNETSessionId>string</str:ASPNETSessionId> <str:projectId>string</str:projectId> </str:ScheduleProject> </soapenv:Body> </soapenv:Envelope>
| Параметр | Описание |
|---|---|
ScheduleProjectResult | Результат выполнения запроса (успешно или нет, с указанием причины) |
<?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"> <ScheduleProjectResponse xmlns="http://streamline/"> <ScheduleProjectResult>string</ScheduleProjectResult> </ScheduleProjectResponse> </s:Body> </s:Envelope>