This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
developer:soap-1.6:methods:updatecustomerpaymentmethod [2015/12/15 16:52] yaya [XML] |
developer:soap-1.6:methods:updatecustomerpaymentmethod [2015/12/15 16:55] yaya [XML] |
||
---|---|---|---|
Line 132: | Line 132: | ||
</code> | </code> | ||
===== XML ===== | ===== XML ===== | ||
+ | Request: | ||
<code xml> | <code xml> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
Line 162: | Line 163: | ||
<Verify xsi:type="xsd:boolean">false</Verify> | <Verify xsi:type="xsd:boolean">false</Verify> | ||
</ns1:updateCustomerPaymentMethod> | </ns1:updateCustomerPaymentMethod> | ||
+ | </SOAP-ENV:Body> | ||
+ | </SOAP-ENV:Envelope> | ||
+ | </code> | ||
+ | Response: | ||
+ | <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:updateCustomerPaymentMethodResponse> | ||
+ | <updateCustomerPaymentMethodReturn xsi:type="xsd:boolean">true</updateCustomerPaymentMethodReturn> | ||
+ | </ns1:updateCustomerPaymentMethodResponse> | ||
</SOAP-ENV:Body> | </SOAP-ENV:Body> | ||
</SOAP-ENV:Envelope> | </SOAP-ENV:Envelope> |