POST api/common/GetWxNotify
Request Information
URI Parameters
None.
Body Parameters
GuidRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e5469c49-388f-47a8-82ef-7d84bc7fcc1e"
}
application/xml, text/xml
Sample:
<GuidRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <Id>e5469c49-388f-47a8-82ef-7d84bc7fcc1e</Id> </GuidRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfApiResponseOfWxNotify| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | ApiResponseOfWxNotify |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.