POST api/event/EventAttendeePaymentBatchUpdateFinance
Request Information
URI Parameters
None.
Body Parameters
EventAttendeePaymentBatchFinanceRequestName | Description | Type | Additional information |
---|---|---|---|
PaymentStatus | PaymentStatus |
None. |
|
AttendeeListId | Collection of EventAttendeePaymentBatchFinance |
None. |
Request Formats
application/json, text/json
Sample:
{ "AttendeeListId": [ { "EventId": "4029d684-e053-4ba6-9411-5b2ed9717029", "AttendeeId": "bfc45ca2-b141-42db-a6b7-ab37007c7b48" }, { "EventId": "4029d684-e053-4ba6-9411-5b2ed9717029", "AttendeeId": "bfc45ca2-b141-42db-a6b7-ab37007c7b48" } ], "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
JsonResultOfCommonResultName | 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.