POST api/event/EventAttendeePaymentUpdate
Request Information
URI Parameters
None.
Body Parameters
EventAttendeePaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| EventAttendee | globally unique identifier |
None. |
|
| PaymentStatus | PaymentStatus |
None. |
|
| RefundReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "77894ff5-dadf-400a-8d1b-16583c7a8db9",
"EventAttendee": "d4feced2-051f-48ef-9025-e8520715faf9",
"PaymentStatus": 1001,
"RefundReason": "sample string 3"
}
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventId" 77894ff5-dadf-400a-8d1b-16583c7a8db9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventAttendee" d4feced2-051f-48ef-9025-e8520715faf9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PaymentStatus" Unpaid --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="RefundReason" sample string 3 --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.