POST api/WxPay/WxForwarder
Request Information
URI Parameters
None.
Body Parameters
WxForwarderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | WxForwarderType |
None. |
|
| EventId | globally unique identifier |
None. |
|
| GroupName | string |
None. |
|
| SurveyId | globally unique identifier |
None. |
|
| Url | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": 1001,
"EventId": "2d073400-620b-448a-b4a1-ffce2b550319",
"GroupName": "sample string 2",
"SurveyId": "d4907b3a-e07a-4249-ba2f-e7b5d332fdbf",
"Url": "sample string 4"
}
application/xml, text/xml
Sample:
<WxForwarderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <EventId>2d073400-620b-448a-b4a1-ffce2b550319</EventId> <GroupName>sample string 2</GroupName> <SurveyId>d4907b3a-e07a-4249-ba2f-e7b5d332fdbf</SurveyId> <Type>SingleEvent</Type> <Url>sample string 4</Url> </WxForwarderRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfWxForwarderResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | WxForwarderResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.