POST api/weixinpay/send
Request Information
URI Parameters
None.
Body Parameters
RedPacketRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OpenId | string |
None. |
|
| Amount | integer |
None. |
|
| SendName | string |
None. |
|
| Wishing | string |
None. |
|
| ActivityName | string |
None. |
|
| Remark | string |
None. |
|
| SceneId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OpenId": "sample string 1",
"Amount": 2,
"SendName": "sample string 3",
"Wishing": "sample string 4",
"ActivityName": "sample string 5",
"Remark": "sample string 6",
"SceneId": "sample string 7"
}
text/html
Sample:
{"OpenId":"sample string 1","Amount":2,"SendName":"sample string 3","Wishing":"sample string 4","ActivityName":"sample string 5","Remark":"sample string 6","SceneId":"sample string 7"}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.