POST api/FundTranserAPI/ConfirmRejectRequest
Request Information
URI Parameters
None.
Body Parameters
FundTranserAPIViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fundrequestid | integer |
None. |
|
| resellerusername | string |
None. |
|
| requestamount | decimal number |
None. |
|
| requestdate | date |
None. |
|
| status | integer |
None. |
|
| paymentstatus | boolean |
None. |
|
| amount | decimal number |
None. |
|
| reviewddate | date |
None. |
|
| reviewby | string |
None. |
|
| rejectreason | string |
None. |
|
| chequeno | string |
None. |
|
| transactionno | string |
None. |
|
| cheque_date | string |
None. |
|
| transaction_date | string |
None. |
|
| ResellerFirstName | string |
None. |
|
| ResellerLastName | string |
None. |
|
| paymenttypeid | integer |
None. |
|
| paymenttype | string |
None. |
|
| SessionUser | integer |
None. |
|
| lstpaymenttype | Collection of SelectListItem |
None. |
|
| painunpaidID | integer |
None. |
|
| lstpainunpaid | Collection of SelectListItem |
None. |
|
| listFundtransferlist | Collection of FundTranserAPIViewModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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. |