POST api/WxPay/WxPayH5Pay
Request Information
URI Parameters
None.
Body Parameters
WxPayH5Request| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| AttendeeListId | Collection of globally unique identifier |
None. |
|
| ClientIP | string |
None. |
|
| TotalAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "5702aee5-7f09-4ad7-8f9f-9371daf074de",
"AttendeeListId": [
"3d7b98e4-5935-4e6d-869c-020cdccb2f13",
"0d4c2f62-d6ff-470a-8f60-6abc4da498b0"
],
"ClientIP": "sample string 2",
"TotalAmount": 3.1
}
application/xml, text/xml
Sample:
<WxPayH5Request 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>3d7b98e4-5935-4e6d-869c-020cdccb2f13</d2p1:guid>
<d2p1:guid>0d4c2f62-d6ff-470a-8f60-6abc4da498b0</d2p1:guid>
</AttendeeListId>
<ClientIP>sample string 2</ClientIP>
<EventId>5702aee5-7f09-4ad7-8f9f-9371daf074de</EventId>
<TotalAmount>3.1</TotalAmount>
</WxPayH5Request>
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.