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": [
"a5b8d155-56cb-458a-a522-12aa0a8c4539",
"aaa55ffd-85c5-4261-baba-6610325b4611"
]
}
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.