POST api/WxPay/WxPayQRCode

Request Information

URI Parameters

None.

Body Parameters

WxPayQRCodeRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

AttendeeListId

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "c6ac9bb6-16ab-4d7e-9064-f226f5f83e10",
  "AttendeeListId": [
    "05a4db82-eba0-41f9-b9a2-8e528518b09a",
    "7c8d921b-1607-41bf-b163-e06a75e2d95d"
  ]
}

application/xml, text/xml

Sample:
<WxPayQRCodeRequest 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>05a4db82-eba0-41f9-b9a2-8e528518b09a</d2p1:guid>
    <d2p1:guid>7c8d921b-1607-41bf-b163-e06a75e2d95d</d2p1:guid>
  </AttendeeListId>
  <EventId>c6ac9bb6-16ab-4d7e-9064-f226f5f83e10</EventId>
</WxPayQRCodeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfWxPayQRCodeResult
NameDescriptionTypeAdditional information
Content

WxPayQRCodeResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.