VirtlXWS


Click here for a complete list of operations.

UpdateServiceSchedule

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /VirtlXWebService.asmx HTTP/1.1
Host: virtlx4teams.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://virtlx4teams.co.uk/UpdateServiceSchedule"

<?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>
    <UpdateServiceSchedule xmlns="https://virtlx4teams.co.uk/">
      <ServicesScheduleID>string</ServicesScheduleID>
      <SurveyTypeID>int</SurveyTypeID>
      <TenantID>string</TenantID>
      <SurveyID>string</SurveyID>
      <CountryID>string</CountryID>
      <ManagerID>string</ManagerID>
      <BusinessUnitID>string</BusinessUnitID>
      <JobTitleID>string</JobTitleID>
      <ScheduleTime>dateTime</ScheduleTime>
      <Interval>string</Interval>
      <DailyOption>int</DailyOption>
      <MonthlyOption>int</MonthlyOption>
      <YearlyOption>int</YearlyOption>
      <RecurEvery>int</RecurEvery>
      <RecurWeek>int</RecurWeek>
      <RecurMonth1>int</RecurMonth1>
      <RecurMonth2>int</RecurMonth2>
      <RecurYear>int</RecurYear>
      <Monday>boolean</Monday>
      <Tuesday>boolean</Tuesday>
      <Wednesday>boolean</Wednesday>
      <Thursday>boolean</Thursday>
      <Friday>boolean</Friday>
      <Saturday>boolean</Saturday>
      <Sunday>boolean</Sunday>
      <MonthInterval1>string</MonthInterval1>
      <MonthInterval2>string</MonthInterval2>
      <MonthInterval3>string</MonthInterval3>
      <YearIntervalMonth>int</YearIntervalMonth>
      <YearIntervalDay>int</YearIntervalDay>
      <YearInterval1>string</YearInterval1>
      <YearInterval2>string</YearInterval2>
      <YearInterval3>int</YearInterval3>
      <StartDate>dateTime</StartDate>
      <RangeOption>int</RangeOption>
      <EndDate>dateTime</EndDate>
      <EndAfter>int</EndAfter>
      <NoEndDate>boolean</NoEndDate>
      <SendUsing>string</SendUsing>
      <Active>boolean</Active>
    </UpdateServiceSchedule>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?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>
    <UpdateServiceScheduleResponse xmlns="https://virtlx4teams.co.uk/">
      <UpdateServiceScheduleResult>string</UpdateServiceScheduleResult>
    </UpdateServiceScheduleResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /VirtlXWebService.asmx HTTP/1.1
Host: virtlx4teams.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <UpdateServiceSchedule xmlns="https://virtlx4teams.co.uk/">
      <ServicesScheduleID>string</ServicesScheduleID>
      <SurveyTypeID>int</SurveyTypeID>
      <TenantID>string</TenantID>
      <SurveyID>string</SurveyID>
      <CountryID>string</CountryID>
      <ManagerID>string</ManagerID>
      <BusinessUnitID>string</BusinessUnitID>
      <JobTitleID>string</JobTitleID>
      <ScheduleTime>dateTime</ScheduleTime>
      <Interval>string</Interval>
      <DailyOption>int</DailyOption>
      <MonthlyOption>int</MonthlyOption>
      <YearlyOption>int</YearlyOption>
      <RecurEvery>int</RecurEvery>
      <RecurWeek>int</RecurWeek>
      <RecurMonth1>int</RecurMonth1>
      <RecurMonth2>int</RecurMonth2>
      <RecurYear>int</RecurYear>
      <Monday>boolean</Monday>
      <Tuesday>boolean</Tuesday>
      <Wednesday>boolean</Wednesday>
      <Thursday>boolean</Thursday>
      <Friday>boolean</Friday>
      <Saturday>boolean</Saturday>
      <Sunday>boolean</Sunday>
      <MonthInterval1>string</MonthInterval1>
      <MonthInterval2>string</MonthInterval2>
      <MonthInterval3>string</MonthInterval3>
      <YearIntervalMonth>int</YearIntervalMonth>
      <YearIntervalDay>int</YearIntervalDay>
      <YearInterval1>string</YearInterval1>
      <YearInterval2>string</YearInterval2>
      <YearInterval3>int</YearInterval3>
      <StartDate>dateTime</StartDate>
      <RangeOption>int</RangeOption>
      <EndDate>dateTime</EndDate>
      <EndAfter>int</EndAfter>
      <NoEndDate>boolean</NoEndDate>
      <SendUsing>string</SendUsing>
      <Active>boolean</Active>
    </UpdateServiceSchedule>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <UpdateServiceScheduleResponse xmlns="https://virtlx4teams.co.uk/">
      <UpdateServiceScheduleResult>string</UpdateServiceScheduleResult>
    </UpdateServiceScheduleResponse>
  </soap12:Body>
</soap12:Envelope>