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": [
"abb9fc9d-820e-455a-9b59-f5340524e666",
"71654de5-73a6-4bfc-af9d-8e32450de440"
]
}
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.