SmartMover


Click here for a complete list of operations.

GetNCOALink_SummaryReport

Get Detail of NCOALink Processing Summary Report

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 /v2/smartmover.asmx HTTP/1.1
Host: smartmover.melissadata.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:mdSmartMoverService/GetNCOALink_SummaryReport"

<?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>
    <GetNCOALink_SummaryReport xmlns="urn:mdSmartMoverService">
      <userID>int</userID>
      <ticketNo>int</ticketNo>
    </GetNCOALink_SummaryReport>
  </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>
    <GetNCOALink_SummaryReportResponse xmlns="urn:mdSmartMoverService">
      <GetNCOALink_SummaryReportResult ProductName="string" Version="string" TimeStamp="string">
        <Fault>
          <Code>string</Code>
          <Desc>string</Desc>
          <Source>string</Source>
          <Detail>string</Detail>
        </Fault>
        <TicketInfo>
          <TicketNo>int</TicketNo>
          <Expiration>
            <Date>string</Date>
            <Time>string</Time>
          </Expiration>
          <Credit>
            <Total>int</Total>
            <Available>int</Available>
          </Credit>
        </TicketInfo>
        <NCOALink>
          <Customer_Info>
            <PAF_Cutomer_ID>string</PAF_Cutomer_ID>
            <Title>string</Title>
            <PAF_Name>string</PAF_Name>
            <Company_Name>string</Company_Name>
            <List_Name>string</List_Name>
            <Phone>string</Phone>
            <Address xsi:nil="true" />
          </Customer_Info>
          <Processing_Options>
            <Processing_Categoty>string</Processing_Categoty>
            <Class_Of_Mail>string</Class_Of_Mail>
            <Date_NCOALink_Began>string</Date_NCOALink_Began>
            <Date_List_Returned>string</Date_List_Returned>
            <Pre_Process>string</Pre_Process>
            <Concurrent_Processes>string</Concurrent_Processes>
            <Post_Processing>string</Post_Processing>
            <Obtaining_final_results>string</Obtaining_final_results>
            <Standard_output_Returned_flag>string</Standard_output_Returned_flag>
            <Matching_Logic_Applied_flag>string</Matching_Logic_Applied_flag>
            <Data_Returned_flag>string</Data_Returned_flag>
          </Processing_Options>
          <Results>
            <Number_of_Records_Proccessed>string</Number_of_Records_Proccessed>
            <Records_Matched>string</Records_Matched>
            <Records_ZIP4_Coded>string</Records_ZIP4_Coded>
            <Records_DPV_Confirmed>string</Records_DPV_Confirmed>
            <Total_LACSLinkMatch>string</Total_LACSLinkMatch>
            <Total_SUITELinkMatch>string</Total_SUITELinkMatch>
            <Total_ANKLinkMatch>string</Total_ANKLinkMatch>
            <Total_Moved>string</Total_Moved>
          </Results>
          <Move_Results>
            <Individual_Move>string</Individual_Move>
            <Family_Move>string</Family_Move>
            <Business_Move>string</Business_Move>
          </Move_Results>
          <Move_Activity>
            <NewAddressProvided>string</NewAddressProvided>
            <NoNewAddressAvaiable>string</NoNewAddressAvaiable>
            <UnableToProvideNewAddress>string</UnableToProvideNewAddress>
          </Move_Activity>
          <MonthsOfMoveEffDate>
            <Months00To03>string</Months00To03>
            <Months04To06>string</Months04To06>
            <Months07To12>string</Months07To12>
            <Months13To18>string</Months13To18>
            <Months19AndOlder>string</Months19AndOlder>
          </MonthsOfMoveEffDate>
          <MoveActivitySummaryByReturnCode>
            <MonthReturnCodeA_91_92 xsi:nil="true" />
            <MonthReturnCode01_02_03 xsi:nil="true" />
            <MonthReturnCode05_14_19 xsi:nil="true" />
          </MoveActivitySummaryByReturnCode>
          <Return_Codes>
            <codeA>string</codeA>
            <code00>string</code00>
            <code01>string</code01>
            <code02>string</code02>
            <code03>string</code03>
            <code04>string</code04>
            <code05>string</code05>
            <code06>string</code06>
            <code07>string</code07>
            <code08>string</code08>
            <code09>string</code09>
            <code10>string</code10>
            <code11>string</code11>
            <code12>string</code12>
            <code13>string</code13>
            <code14>string</code14>
            <code15>string</code15>
            <code16>string</code16>
            <code17>string</code17>
            <code18>string</code18>
            <code19>string</code19>
            <code20>string</code20>
            <code66>string</code66>
            <code77>string</code77>
            <code91>string</code91>
            <code92>string</code92>
          </Return_Codes>
        </NCOALink>
      </GetNCOALink_SummaryReportResult>
    </GetNCOALink_SummaryReportResponse>
  </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 /v2/smartmover.asmx HTTP/1.1
Host: smartmover.melissadata.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>
    <GetNCOALink_SummaryReport xmlns="urn:mdSmartMoverService">
      <userID>int</userID>
      <ticketNo>int</ticketNo>
    </GetNCOALink_SummaryReport>
  </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>
    <GetNCOALink_SummaryReportResponse xmlns="urn:mdSmartMoverService">
      <GetNCOALink_SummaryReportResult ProductName="string" Version="string" TimeStamp="string">
        <Fault>
          <Code>string</Code>
          <Desc>string</Desc>
          <Source>string</Source>
          <Detail>string</Detail>
        </Fault>
        <TicketInfo>
          <TicketNo>int</TicketNo>
          <Expiration>
            <Date>string</Date>
            <Time>string</Time>
          </Expiration>
          <Credit>
            <Total>int</Total>
            <Available>int</Available>
          </Credit>
        </TicketInfo>
        <NCOALink>
          <Customer_Info>
            <PAF_Cutomer_ID>string</PAF_Cutomer_ID>
            <Title>string</Title>
            <PAF_Name>string</PAF_Name>
            <Company_Name>string</Company_Name>
            <List_Name>string</List_Name>
            <Phone>string</Phone>
            <Address xsi:nil="true" />
          </Customer_Info>
          <Processing_Options>
            <Processing_Categoty>string</Processing_Categoty>
            <Class_Of_Mail>string</Class_Of_Mail>
            <Date_NCOALink_Began>string</Date_NCOALink_Began>
            <Date_List_Returned>string</Date_List_Returned>
            <Pre_Process>string</Pre_Process>
            <Concurrent_Processes>string</Concurrent_Processes>
            <Post_Processing>string</Post_Processing>
            <Obtaining_final_results>string</Obtaining_final_results>
            <Standard_output_Returned_flag>string</Standard_output_Returned_flag>
            <Matching_Logic_Applied_flag>string</Matching_Logic_Applied_flag>
            <Data_Returned_flag>string</Data_Returned_flag>
          </Processing_Options>
          <Results>
            <Number_of_Records_Proccessed>string</Number_of_Records_Proccessed>
            <Records_Matched>string</Records_Matched>
            <Records_ZIP4_Coded>string</Records_ZIP4_Coded>
            <Records_DPV_Confirmed>string</Records_DPV_Confirmed>
            <Total_LACSLinkMatch>string</Total_LACSLinkMatch>
            <Total_SUITELinkMatch>string</Total_SUITELinkMatch>
            <Total_ANKLinkMatch>string</Total_ANKLinkMatch>
            <Total_Moved>string</Total_Moved>
          </Results>
          <Move_Results>
            <Individual_Move>string</Individual_Move>
            <Family_Move>string</Family_Move>
            <Business_Move>string</Business_Move>
          </Move_Results>
          <Move_Activity>
            <NewAddressProvided>string</NewAddressProvided>
            <NoNewAddressAvaiable>string</NoNewAddressAvaiable>
            <UnableToProvideNewAddress>string</UnableToProvideNewAddress>
          </Move_Activity>
          <MonthsOfMoveEffDate>
            <Months00To03>string</Months00To03>
            <Months04To06>string</Months04To06>
            <Months07To12>string</Months07To12>
            <Months13To18>string</Months13To18>
            <Months19AndOlder>string</Months19AndOlder>
          </MonthsOfMoveEffDate>
          <MoveActivitySummaryByReturnCode>
            <MonthReturnCodeA_91_92 xsi:nil="true" />
            <MonthReturnCode01_02_03 xsi:nil="true" />
            <MonthReturnCode05_14_19 xsi:nil="true" />
          </MoveActivitySummaryByReturnCode>
          <Return_Codes>
            <codeA>string</codeA>
            <code00>string</code00>
            <code01>string</code01>
            <code02>string</code02>
            <code03>string</code03>
            <code04>string</code04>
            <code05>string</code05>
            <code06>string</code06>
            <code07>string</code07>
            <code08>string</code08>
            <code09>string</code09>
            <code10>string</code10>
            <code11>string</code11>
            <code12>string</code12>
            <code13>string</code13>
            <code14>string</code14>
            <code15>string</code15>
            <code16>string</code16>
            <code17>string</code17>
            <code18>string</code18>
            <code19>string</code19>
            <code20>string</code20>
            <code66>string</code66>
            <code77>string</code77>
            <code91>string</code91>
            <code92>string</code92>
          </Return_Codes>
        </NCOALink>
      </GetNCOALink_SummaryReportResult>
    </GetNCOALink_SummaryReportResponse>
  </soap12:Body>
</soap12:Envelope>