POST api/Donation/GetDonationByPaymentMethod
Request Information
URI Parameters
None.
Body Parameters
DonationPagingParameterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| pageNumber | integer |
None. |
|
| pageSize | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| OrgId | integer |
None. |
|
| DonationDate | string |
None. |
|
| PaymentMethodId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pageNumber": 1,
"pageSize": 2,
"EmployeeId": 3,
"OrgId": 4,
"DonationDate": "sample string 5",
"PaymentMethodId": 1
}
application/xml, text/xml
Sample:
<DonationPagingParameterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECBWebAPI.Core.Models"> <DonationDate>sample string 5</DonationDate> <EmployeeId>3</EmployeeId> <OrgId>4</OrgId> <PaymentMethodId>1</PaymentMethodId> <pageNumber>1</pageNumber> <pageSize>2</pageSize> </DonationPagingParameterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |