Service1


Click here for a complete list of operations.

InsertOrUpdateSurveyPreferences

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 /Service1.asmx HTTP/1.1
Host: mmmwebservicetest.moveman.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/InsertOrUpdateSurveyPreferences"

<?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>
    <InsertOrUpdateSurveyPreferences xmlns="http://tempuri.org/">
      <surveyPreferencesID>int</surveyPreferencesID>
      <surveyLanguageID>int</surveyLanguageID>
      <report01Title>string</report01Title>
      <report02Title>string</report02Title>
      <report03Title>string</report03Title>
      <report04Title>string</report04Title>
      <report05Title>string</report05Title>
      <report06Title>string</report06Title>
      <report07Title>string</report07Title>
      <report08Title>string</report08Title>
      <report09Title>string</report09Title>
      <report10Title>string</report10Title>
      <report01Extra>string</report01Extra>
      <report02Extra>string</report02Extra>
      <report03Extra>string</report03Extra>
      <report04Extra>string</report04Extra>
      <report05Extra>string</report05Extra>
      <report06Extra>string</report06Extra>
      <report07Extra>string</report07Extra>
      <report08Extra>string</report08Extra>
      <report09Extra>string</report09Extra>
      <report10Extra>string</report10Extra>
      <clientDeclaration>string</clientDeclaration>
      <surveyorDeclaration>string</surveyorDeclaration>
      <addressFrom>string</addressFrom>
      <addressTo>string</addressTo>
      <surveyDate>string</surveyDate>
      <surveyor>string</surveyor>
      <preparedFor>string</preparedFor>
      <building>string</building>
      <access>string</access>
      <parking>string</parking>
      <item>string</item>
      <numberOf>string</numberOf>
      <volume>string</volume>
      <weight>string</weight>
      <value>string</value>
      <condition>string</condition>
      <mode>string</mode>
      <service>string</service>
      <surveyTotal>string</surveyTotal>
      <surveyNotes>string</surveyNotes>
      <endOfSurvey>string</endOfSurvey>
      <clientSignature>string</clientSignature>
      <surveyorSignature>string</surveyorSignature>
      <returnID>int</returnID>
      <returnMessage>string</returnMessage>
    </InsertOrUpdateSurveyPreferences>
  </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>
    <InsertOrUpdateSurveyPreferencesResponse xmlns="http://tempuri.org/">
      <InsertOrUpdateSurveyPreferencesResult>boolean</InsertOrUpdateSurveyPreferencesResult>
      <returnID>int</returnID>
      <returnMessage>string</returnMessage>
    </InsertOrUpdateSurveyPreferencesResponse>
  </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 /Service1.asmx HTTP/1.1
Host: mmmwebservicetest.moveman.net
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>
    <InsertOrUpdateSurveyPreferences xmlns="http://tempuri.org/">
      <surveyPreferencesID>int</surveyPreferencesID>
      <surveyLanguageID>int</surveyLanguageID>
      <report01Title>string</report01Title>
      <report02Title>string</report02Title>
      <report03Title>string</report03Title>
      <report04Title>string</report04Title>
      <report05Title>string</report05Title>
      <report06Title>string</report06Title>
      <report07Title>string</report07Title>
      <report08Title>string</report08Title>
      <report09Title>string</report09Title>
      <report10Title>string</report10Title>
      <report01Extra>string</report01Extra>
      <report02Extra>string</report02Extra>
      <report03Extra>string</report03Extra>
      <report04Extra>string</report04Extra>
      <report05Extra>string</report05Extra>
      <report06Extra>string</report06Extra>
      <report07Extra>string</report07Extra>
      <report08Extra>string</report08Extra>
      <report09Extra>string</report09Extra>
      <report10Extra>string</report10Extra>
      <clientDeclaration>string</clientDeclaration>
      <surveyorDeclaration>string</surveyorDeclaration>
      <addressFrom>string</addressFrom>
      <addressTo>string</addressTo>
      <surveyDate>string</surveyDate>
      <surveyor>string</surveyor>
      <preparedFor>string</preparedFor>
      <building>string</building>
      <access>string</access>
      <parking>string</parking>
      <item>string</item>
      <numberOf>string</numberOf>
      <volume>string</volume>
      <weight>string</weight>
      <value>string</value>
      <condition>string</condition>
      <mode>string</mode>
      <service>string</service>
      <surveyTotal>string</surveyTotal>
      <surveyNotes>string</surveyNotes>
      <endOfSurvey>string</endOfSurvey>
      <clientSignature>string</clientSignature>
      <surveyorSignature>string</surveyorSignature>
      <returnID>int</returnID>
      <returnMessage>string</returnMessage>
    </InsertOrUpdateSurveyPreferences>
  </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>
    <InsertOrUpdateSurveyPreferencesResponse xmlns="http://tempuri.org/">
      <InsertOrUpdateSurveyPreferencesResult>boolean</InsertOrUpdateSurveyPreferencesResult>
      <returnID>int</returnID>
      <returnMessage>string</returnMessage>
    </InsertOrUpdateSurveyPreferencesResponse>
  </soap12:Body>
</soap12:Envelope>