POST api/WxPay/WxPayTotalAmount

Request Information

URI Parameters

None.

Body Parameters

WxPayTotalAmountRequest
NameDescriptionTypeAdditional information
attendeeListId

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "attendeeListId": [
    "c841c9a6-cc7c-48fc-bf8f-d34e06dce29f",
    "8d83f335-04b5-4d91-b5f0-c13ae2c13c3a"
  ]
}

application/xml, text/xml

Sample:
<WxPayTotalAmountRequest 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>c841c9a6-cc7c-48fc-bf8f-d34e06dce29f</d2p1:guid>
    <d2p1:guid>8d83f335-04b5-4d91-b5f0-c13ae2c13c3a</d2p1:guid>
  </attendeeListId>
</WxPayTotalAmountRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfString
NameDescriptionTypeAdditional information
Content

string

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.