POST api/finance/PaymentAttendeeFilter
Request Information
URI Parameters
None.
Body Parameters
PaymentAttendeeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| DiscountType | HaveDiscount |
None. |
|
| PaymentStatus | PaymentStatus |
None. |
|
| InvoiceStatus | InvoiceStatus |
None. |
|
| RegNumber | globally unique identifier |
None. |
|
| QueryClause | string |
None. |
|
| Page | integer |
None. |
|
| ItemsPerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "a17ead65-e54b-4103-809c-7c8c019c1928",
"DiscountType": 1001,
"PaymentStatus": 1001,
"InvoiceStatus": 1013001,
"RegNumber": "0f0f135a-aa22-415f-8f44-e474b65aab28",
"QueryClause": "sample string 3",
"Page": 4,
"ItemsPerPage": 5
}
application/xml, text/xml
Sample:
<PaymentAttendeeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <DiscountType>AllDiscount</DiscountType> <EventId>a17ead65-e54b-4103-809c-7c8c019c1928</EventId> <InvoiceStatus>UnInvoiced</InvoiceStatus> <ItemsPerPage>5</ItemsPerPage> <Page>4</Page> <PaymentStatus>Unpaid</PaymentStatus> <QueryClause>sample string 3</QueryClause> <RegNumber>0f0f135a-aa22-415f-8f44-e474b65aab28</RegNumber> </PaymentAttendeeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventAttendeeListView| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventAttendeeListView |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.