POST api/WxPay/WxPayTotalAmount
Request Information
URI Parameters
None.
Body Parameters
WxPayTotalAmountRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| attendeeListId | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"attendeeListId": [
"ffdf9e7e-5274-49f9-8d10-9dd2dacefd80",
"9bebd260-1acc-4988-80e7-5418d81d2116"
]
}
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | string |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.