POST api/InvoiceAnalyzer/GetUserRewardPaymentHistory
Request Information
URI Parameters
None.
Body Parameters
ReqGetUserRewardPayments| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentStatus | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| StartRowsIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentStatus": "sample string 1",
"StartDate": "2026-01-12T07:33:55.6572024+00:00",
"EndDate": "2026-01-12T07:33:55.6572024+00:00",
"StartRowsIndex": 2,
"PageSize": 3
}
application/xml, text/xml
Sample:
<ReqGetUserRewardPayments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request.InvoiceModule"> <PageSize xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request">3</PageSize> <StartRowsIndex xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request">2</StartRowsIndex> <EndDate>2026-01-12T07:33:55.6572024+00:00</EndDate> <PaymentStatus>sample string 1</PaymentStatus> <StartDate>2026-01-12T07:33:55.6572024+00:00</StartDate> </ReqGetUserRewardPayments>
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. |