This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
developer:soap-1.6:methods:disablecustomer [2015/12/04 16:48] yaya [XML] |
developer:soap-1.6:methods:disablecustomer [2015/12/04 16:58] yaya [XML] |
||
---|---|---|---|
Line 103: | Line 103: | ||
Request: | Request: | ||
- | <code> | + | <code xml> |
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" | <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" | ||
Line 124: | Line 124: | ||
<CustNum xsi:type="xsd:integer">4603339</CustNum> | <CustNum xsi:type="xsd:integer">4603339</CustNum> | ||
</ns1:disableCustomer> | </ns1:disableCustomer> | ||
+ | </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:disableCustomerResponse> | ||
+ | <disableCustomerReturn xsi:type="xsd:boolean">true</disableCustomerReturn> | ||
+ | </ns1:disableCustomerResponse> | ||
</SOAP-ENV:Body> | </SOAP-ENV:Body> | ||
</SOAP-ENV:Envelope> | </SOAP-ENV:Envelope> |