POST api/WxPay/WxPayMicroPay
Request Information
URI Parameters
None.
Body Parameters
WxMicroPayRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| AttendeeListId | Collection of globally unique identifier |
None. |
|
| TotalAmount | decimal number |
None. |
|
| AuthCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "de853bf9-489c-434d-a084-f7e5b0b17708",
"AttendeeListId": [
"44388149-7504-42d9-92e7-8b47a0d1b643",
"aa5817b6-0430-47c9-a25f-95613999bd2c"
],
"TotalAmount": 2.1,
"AuthCode": "sample string 3"
}
application/xml, text/xml
Sample:
<WxMicroPayRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<AttendeeListId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>44388149-7504-42d9-92e7-8b47a0d1b643</d2p1:guid>
<d2p1:guid>aa5817b6-0430-47c9-a25f-95613999bd2c</d2p1:guid>
</AttendeeListId>
<AuthCode>sample string 3</AuthCode>
<EventId>de853bf9-489c-434d-a084-f7e5b0b17708</EventId>
<TotalAmount>2.1</TotalAmount>
</WxMicroPayRequest>
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.