This shows you the differences between two versions of the page.
developer:soap-1.4:methods:gettransactionreport [2010/10/05 13:36] irina |
developer:soap-1.4:methods:gettransactionreport [2012/06/19 11:29] (current) charlie |
| | </code> | | </code> |
| | | | |
| | + | |
| | + | ==== XML ==== |
| | + | |
| | + | <code xml> |
| | + | <?xml version="1.0" encoding="UTF-8"?> |
| | + | <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" |
| | + | xmlns:ns1="urn:usaepay" xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
| | + | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| | + | xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> |
| | + | <SOAP-ENV:Body> |
| | + | <ns1:getTransactionReport> |
| | + | <Token xsi:type="ns1:ueSecurityToken"> |
| | + | <ClientIP xsi:type="xsd:string">192.168.0.1</ClientIP> |
| | + | <PinHash xsi:type="ns1:ueHash"> |
| | + | <HashValue xsi:type="xsd:string">71aab368c8f0f79253ae280c24d2858506fdcda6</HashValue> |
| | + | <Seed xsi:type="xsd:string">13401303171982471987</Seed> |
| | + | <Type xsi:type="xsd:string">sha1</Type> |
| | + | </PinHash> |
| | + | <SourceKey xsi:type="xsd:string">422Rg_Your_Source_Key_LAayCiW67</SourceKey> |
| | + | </Token> |
| | + | <StartDate xsi:type="xsd:string">06/18/2012</StartDate> |
| | + | <EndDate xsi:type="xsd:string">05/19/2012</EndDate> |
| | + | <Report xsi:type="xsd:string">creditcard:sales by date</Report> |
| | + | <Format xsi:type="xsd:string">html</Format> |
| | + | </ns1:getTransactionReport> |
| | + | </SOAP-ENV:Body> |
| | + | </SOAP-ENV:Envelope> |
| | + | </code> |
| | | | |
| | ===== Change History ===== | | ===== Change History ===== |