POST api/FuBeiPay/refund?shopno={shopno}&sign={sign}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopno | string |
Required |
|
| sign | string |
Required |
Body Parameters
ARefundOrderParam| Name | Description | Type | Additional information |
|---|---|---|---|
| merchant_id | integer |
None. |
|
| order_sn | string |
None. |
|
| merchant_order_sn | string |
None. |
|
| ins_order_sn | string |
None. |
|
| merchant_refund_sn | string |
None. |
|
| refund_amount | decimal number |
None. |
|
| handler | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"merchant_id": 1,
"order_sn": "sample string 1",
"merchant_order_sn": "sample string 2",
"ins_order_sn": "sample string 3",
"merchant_refund_sn": "sample string 4",
"refund_amount": 5.0,
"handler": 1
}
application/xml, text/xml
Sample:
<ARefundOrderParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Utils.FuBeiPay.AgentApi.Model.Request"> <Handler>1</Handler> <InsOrderSn>sample string 3</InsOrderSn> <MerchantId>1</MerchantId> <MerchantOrderSn>sample string 2</MerchantOrderSn> <MerchantRefundSn>sample string 4</MerchantRefundSn> <OrderSn>sample string 1</OrderSn> <RefundAmount>5</RefundAmount> </ARefundOrderParam>
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.