← SmartMover V2b
Sample SOAP Request
<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">
<DoSmartMover xmlns="urn:mdSmartMoverService">
<RequestArray>
<CustomerID>XXXXXXXX</CustomerID>
<ExecutionID>0</ExecutionID>
<JobID>1</JobID>
<OptAddressParsed>false</OptAddressParsed>
<OptSmartMoverDetail>false</OptSmartMoverDetail>
<OptSmartMoverProcessingType>Standard</OptSmartMoverProcessingType>
<OptSmartMoverListOwnerFreqProcessing>12</OptSmartMoverListOwnerFreqProcessing>
<OptSmartMoverNumberOfMonthsRequested>48</OptSmartMoverNumberOfMonthsRequested>
<OptSmartMoverListName>Test List</OptSmartMoverListName>
<Record>
<Address1>5807 Gullstrand</Address1>
<Address2/>
<City>San Diego</City>
<State>CA</State>
<Zip>92122</Zip>
<FullName>Vicky & Ruth Anderson</FullName>
</Record>
<TotalRecords>1</TotalRecords>
</RequestArray>
</DoSmartMover>
</s:Body>
</s:Envelope>