POST api/WxPay/WxPayRefundApply
Request Information
URI Parameters
None.
Body Parameters
WxPayRefundRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| AttendeeId | globally unique identifier |
None. |
|
| RefundAmount | decimal number |
None. |
|
| RefundReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "4873783b-355e-41e1-8654-b6591625ec47",
"AttendeeId": "0c632cfa-3873-4dbc-abf2-eb262e7da4ac",
"RefundAmount": 3.0,
"RefundReason": "sample string 4"
}
application/xml, text/xml
Sample:
<WxPayRefundRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <AttendeeId>0c632cfa-3873-4dbc-abf2-eb262e7da4ac</AttendeeId> <EventId>4873783b-355e-41e1-8654-b6591625ec47</EventId> <RefundAmount>3</RefundAmount> <RefundReason>sample string 4</RefundReason> </WxPayRefundRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.