Director


Click here for a complete list of operations.

UpdateMobileManagerSettings

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 /MobileDirector.asmx HTTP/1.1
Host: director.prod.pvwc.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/UpdateMobileManagerSettings"

<?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>
    <UpdateMobileManagerSettings xmlns="http://tempuri.org/">
      <portalID>int</portalID>
      <moduleID>int</moduleID>
      <userName>string</userName>
      <webServiceURL>string</webServiceURL>
      <encryptionKeyEncrypted>string</encryptionKeyEncrypted>
      <usePaymentGateway>boolean</usePaymentGateway>
      <dispatchTimer>int</dispatchTimer>
      <consumptionRecords>int</consumptionRecords>
      <percentVariance>string</percentVariance>
      <demandDiv>string</demandDiv>
      <amStart>string</amStart>
      <pmStart>string</pmStart>
      <evStart>string</evStart>
      <useGoogleShell>boolean</useGoogleShell>
      <dispatchFieldWorkerSO>boolean</dispatchFieldWorkerSO>
      <readNotes>boolean</readNotes>
      <readStatus>string</readStatus>
      <splitDispatchSortOrder>string</splitDispatchSortOrder>
      <generalSortOrder>string</generalSortOrder>
      <allowDispatchTimer>boolean</allowDispatchTimer>
      <newOrderFolder>string</newOrderFolder>
      <newOrderFile>string</newOrderFile>
      <emergencyOrderSoundFolder>string</emergencyOrderSoundFolder>
      <emergencyOrderSoundFile>string</emergencyOrderSoundFile>
      <emergencyOrderImageFolder>string</emergencyOrderImageFolder>
      <emergencyOrderImageFile>string</emergencyOrderImageFile>
      <keysOrderSoundFolder>string</keysOrderSoundFolder>
      <keysOrderSoundFile>string</keysOrderSoundFile>
      <keysOrderImageFolder>string</keysOrderImageFolder>
      <keysOrderImageFile>string</keysOrderImageFile>
      <showCallNum>boolean</showCallNum>
      <showGridNumber>boolean</showGridNumber>
      <showCustomerUserTag4>boolean</showCustomerUserTag4>
      <includePaymentInfo>boolean</includePaymentInfo>
      <includePendingPayments>boolean</includePendingPayments>
      <includePendingReadings>boolean</includePendingReadings>
      <includeCNotesFromCCTriggeredAction>boolean</includeCNotesFromCCTriggeredAction>
      <automaticAssignOrders>boolean</automaticAssignOrders>
      <automaticAssignOrdersBy>string</automaticAssignOrdersBy>
      <autoAssignDays>string</autoAssignDays>
      <autoAssignStartTime>string</autoAssignStartTime>
      <autoAssignEndTime>string</autoAssignEndTime>
      <autoDispatchDispatcher>string</autoDispatchDispatcher>
      <maxAssignOrdersQuota>int</maxAssignOrdersQuota>
      <displayWorkAssigned>boolean</displayWorkAssigned>
      <displayAppointmentAssigned>boolean</displayAppointmentAssigned>
      <showGISMapLink>boolean</showGISMapLink>
      <showZoneWithAddress>boolean</showZoneWithAddress>
      <showOrderTypePriority>boolean</showOrderTypePriority>
      <key>string</key>
    </UpdateMobileManagerSettings>
  </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>
    <UpdateMobileManagerSettingsResponse xmlns="http://tempuri.org/">
      <UpdateMobileManagerSettingsResult>boolean</UpdateMobileManagerSettingsResult>
    </UpdateMobileManagerSettingsResponse>
  </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 /MobileDirector.asmx HTTP/1.1
Host: director.prod.pvwc.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>
    <UpdateMobileManagerSettings xmlns="http://tempuri.org/">
      <portalID>int</portalID>
      <moduleID>int</moduleID>
      <userName>string</userName>
      <webServiceURL>string</webServiceURL>
      <encryptionKeyEncrypted>string</encryptionKeyEncrypted>
      <usePaymentGateway>boolean</usePaymentGateway>
      <dispatchTimer>int</dispatchTimer>
      <consumptionRecords>int</consumptionRecords>
      <percentVariance>string</percentVariance>
      <demandDiv>string</demandDiv>
      <amStart>string</amStart>
      <pmStart>string</pmStart>
      <evStart>string</evStart>
      <useGoogleShell>boolean</useGoogleShell>
      <dispatchFieldWorkerSO>boolean</dispatchFieldWorkerSO>
      <readNotes>boolean</readNotes>
      <readStatus>string</readStatus>
      <splitDispatchSortOrder>string</splitDispatchSortOrder>
      <generalSortOrder>string</generalSortOrder>
      <allowDispatchTimer>boolean</allowDispatchTimer>
      <newOrderFolder>string</newOrderFolder>
      <newOrderFile>string</newOrderFile>
      <emergencyOrderSoundFolder>string</emergencyOrderSoundFolder>
      <emergencyOrderSoundFile>string</emergencyOrderSoundFile>
      <emergencyOrderImageFolder>string</emergencyOrderImageFolder>
      <emergencyOrderImageFile>string</emergencyOrderImageFile>
      <keysOrderSoundFolder>string</keysOrderSoundFolder>
      <keysOrderSoundFile>string</keysOrderSoundFile>
      <keysOrderImageFolder>string</keysOrderImageFolder>
      <keysOrderImageFile>string</keysOrderImageFile>
      <showCallNum>boolean</showCallNum>
      <showGridNumber>boolean</showGridNumber>
      <showCustomerUserTag4>boolean</showCustomerUserTag4>
      <includePaymentInfo>boolean</includePaymentInfo>
      <includePendingPayments>boolean</includePendingPayments>
      <includePendingReadings>boolean</includePendingReadings>
      <includeCNotesFromCCTriggeredAction>boolean</includeCNotesFromCCTriggeredAction>
      <automaticAssignOrders>boolean</automaticAssignOrders>
      <automaticAssignOrdersBy>string</automaticAssignOrdersBy>
      <autoAssignDays>string</autoAssignDays>
      <autoAssignStartTime>string</autoAssignStartTime>
      <autoAssignEndTime>string</autoAssignEndTime>
      <autoDispatchDispatcher>string</autoDispatchDispatcher>
      <maxAssignOrdersQuota>int</maxAssignOrdersQuota>
      <displayWorkAssigned>boolean</displayWorkAssigned>
      <displayAppointmentAssigned>boolean</displayAppointmentAssigned>
      <showGISMapLink>boolean</showGISMapLink>
      <showZoneWithAddress>boolean</showZoneWithAddress>
      <showOrderTypePriority>boolean</showOrderTypePriority>
      <key>string</key>
    </UpdateMobileManagerSettings>
  </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>
    <UpdateMobileManagerSettingsResponse xmlns="http://tempuri.org/">
      <UpdateMobileManagerSettingsResult>boolean</UpdateMobileManagerSettingsResult>
    </UpdateMobileManagerSettingsResponse>
  </soap12:Body>
</soap12:Envelope>