POST api/event/EventAttendeePaymentBatchUpdateFinance
Request Information
URI Parameters
None.
Body Parameters
EventAttendeePaymentBatchFinanceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentStatus | PaymentStatus |
None. |
|
| AttendeeListId | Collection of EventAttendeePaymentBatchFinance |
None. |
Request Formats
application/json, text/json
Sample:
{
"AttendeeListId": [
{
"EventId": "4bead338-c1fc-4d54-8541-a95a3282f2d5",
"AttendeeId": "496320fa-b13a-4d97-8de8-12eb63a12d84"
},
{
"EventId": "4bead338-c1fc-4d54-8541-a95a3282f2d5",
"AttendeeId": "496320fa-b13a-4d97-8de8-12eb63a12d84"
}
],
"PaymentStatus": 1001
}
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PaymentStatus" Unpaid --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.