SmartMover V2b:SOAP Request: Difference between revisions
Jump to navigation
Jump to search
Created page with "__NOTOC__ ==Sample SOAP Request== <pre> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmln..." |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[SmartMover V2b|← SmartMover V2b]] | |||
==Sample SOAP Request== | ==Sample SOAP Request== | ||
<pre> | <pre> | ||
Line 33: | Line 32: | ||
[[Category:Web Services]] | [[Category:Web Services]] | ||
[[Category:SmartMover]] | [[Category:SmartMover V2b]] | ||
[[Category:Reference]] | [[Category:Reference]] |
Latest revision as of 01:06, 8 December 2018
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>