POST api/WoSaiPay/refund
Request Information
URI Parameters
None.
Body Parameters
WoSaiPay_Model_refundName | Description | Type | Additional information |
---|---|---|---|
terminal_sn | string |
None. |
|
terminal_key | string |
None. |
|
sn | string |
None. |
|
client_sn | string |
None. |
|
client_tsn | string |
None. |
|
refund_request_no | string |
None. |
|
stroperator | string |
None. |
|
refund_amount | string |
None. |
|
client_ip | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "terminal_sn": "sample string 1", "terminal_key": "sample string 2", "sn": "sample string 3", "client_sn": "sample string 4", "client_tsn": "sample string 5", "refund_request_no": "sample string 6", "stroperator": "sample string 7", "refund_amount": "sample string 8", "client_ip": "sample string 9" }
application/xml, text/xml
Sample:
<WoSaiPay_Model_refund xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Utils"> <client_ip>sample string 9</client_ip> <client_sn>sample string 4</client_sn> <client_tsn>sample string 5</client_tsn> <refund_amount>sample string 8</refund_amount> <refund_request_no>sample string 6</refund_request_no> <sn>sample string 3</sn> <stroperator>sample string 7</stroperator> <terminal_key>sample string 2</terminal_key> <terminal_sn>sample string 1</terminal_sn> </WoSaiPay_Model_refund>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.