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": "ce84bc77-fb3b-4a94-9f01-c74744bbd557",
"AttendeeId": "e349110a-bfa2-438d-9964-3ae157722321"
},
{
"EventId": "ce84bc77-fb3b-4a94-9f01-c74744bbd557",
"AttendeeId": "e349110a-bfa2-438d-9964-3ae157722321"
}
],
"PaymentStatus": 1001
}
application/xml, text/xml
Sample:
<EventAttendeePaymentBatchFinanceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<AttendeeListId>
<EventAttendeePaymentBatchFinance>
<AttendeeId>e349110a-bfa2-438d-9964-3ae157722321</AttendeeId>
<EventId>ce84bc77-fb3b-4a94-9f01-c74744bbd557</EventId>
</EventAttendeePaymentBatchFinance>
<EventAttendeePaymentBatchFinance>
<AttendeeId>e349110a-bfa2-438d-9964-3ae157722321</AttendeeId>
<EventId>ce84bc77-fb3b-4a94-9f01-c74744bbd557</EventId>
</EventAttendeePaymentBatchFinance>
</AttendeeListId>
<PaymentStatus>Unpaid</PaymentStatus>
</EventAttendeePaymentBatchFinanceRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
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
Sample:
Sample not available.