SmartMover
Click here for a complete list of operations.
GetCASS_SummaryReport
Get Detail of CASS 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/GetCASS_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>
<GetCASS_SummaryReport xmlns="urn:mdSmartMoverService">
<userID>int</userID>
<ticketNo>int</ticketNo>
</GetCASS_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>
<GetCASS_SummaryReportResponse xmlns="urn:mdSmartMoverService">
<GetCASS_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>
<CASS>
<Software>
<CertifiedCompany>string</CertifiedCompany>
<CassVersion>string</CassVersion>
<Configuration>string</Configuration>
</Software>
<List>
<ProcessorName>string</ProcessorName>
<CurrentDate>string</CurrentDate>
<DBDate>string</DBDate>
<ListName>string</ListName>
<NumLists>string</NumLists>
<TotalRecCount>long</TotalRecCount>
</List>
<Output>
<Zip4Count>long</Zip4Count>
<DPBCCount>long</DPBCCount>
<FiveDigitCount>long</FiveDigitCount>
<CRRTCount>long</CRRTCount>
<LotCount>long</LotCount>
<Zip4Period>string</Zip4Period>
<DPBCPeriod>string</DPBCPeriod>
<FiveDigitPeriod>string</FiveDigitPeriod>
<CRRTPeriod>string</CRRTPeriod>
<LotPeriod>string</LotPeriod>
</Output>
<Mailer>
<MailingName>string</MailingName>
<MailingCompany>string</MailingCompany>
<MailingAddress>string</MailingAddress>
<MailingCity>string</MailingCity>
<MailingState>string</MailingState>
<MailingZIP>string</MailingZIP>
</Mailer>
<QSS>
<HRDefault>long</HRDefault>
<HRExact>long</HRExact>
<RRDefault>long</RRDefault>
<RRExact>long</RRExact>
<LACS>long</LACS>
<EWS>long</EWS>
<DPV>long</DPV>
<RDI>long</RDI>
<SuiteLink>long</SuiteLink>
</QSS>
</CASS>
</GetCASS_SummaryReportResult>
</GetCASS_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>
<GetCASS_SummaryReport xmlns="urn:mdSmartMoverService">
<userID>int</userID>
<ticketNo>int</ticketNo>
</GetCASS_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>
<GetCASS_SummaryReportResponse xmlns="urn:mdSmartMoverService">
<GetCASS_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>
<CASS>
<Software>
<CertifiedCompany>string</CertifiedCompany>
<CassVersion>string</CassVersion>
<Configuration>string</Configuration>
</Software>
<List>
<ProcessorName>string</ProcessorName>
<CurrentDate>string</CurrentDate>
<DBDate>string</DBDate>
<ListName>string</ListName>
<NumLists>string</NumLists>
<TotalRecCount>long</TotalRecCount>
</List>
<Output>
<Zip4Count>long</Zip4Count>
<DPBCCount>long</DPBCCount>
<FiveDigitCount>long</FiveDigitCount>
<CRRTCount>long</CRRTCount>
<LotCount>long</LotCount>
<Zip4Period>string</Zip4Period>
<DPBCPeriod>string</DPBCPeriod>
<FiveDigitPeriod>string</FiveDigitPeriod>
<CRRTPeriod>string</CRRTPeriod>
<LotPeriod>string</LotPeriod>
</Output>
<Mailer>
<MailingName>string</MailingName>
<MailingCompany>string</MailingCompany>
<MailingAddress>string</MailingAddress>
<MailingCity>string</MailingCity>
<MailingState>string</MailingState>
<MailingZIP>string</MailingZIP>
</Mailer>
<QSS>
<HRDefault>long</HRDefault>
<HRExact>long</HRExact>
<RRDefault>long</RRDefault>
<RRExact>long</RRExact>
<LACS>long</LACS>
<EWS>long</EWS>
<DPV>long</DPV>
<RDI>long</RDI>
<SuiteLink>long</SuiteLink>
</QSS>
</CASS>
</GetCASS_SummaryReportResult>
</GetCASS_SummaryReportResponse>
</soap12:Body>
</soap12:Envelope>