POST api/Payment/GetLoanNEFTVerifiedData
Request Information
URI Parameters
None.
Body Parameters
clsLoanNEFTVerified| Name | Description | Type | Additional information |
|---|---|---|---|
| UnitID | integer |
None. |
|
| BranchID | integer |
None. |
|
| AreaID | integer |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UnitID": 1,
"BranchID": 1,
"AreaID": 1,
"DateFrom": "2025-12-12T02:28:25.9176837+05:30",
"DateTo": "2025-12-12T02:28:25.9176837+05:30"
}
application/xml, text/xml
Sample:
<clsLoanNEFTVerified xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <AreaID>1</AreaID> <BranchID>1</BranchID> <DateFrom>2025-12-12T02:28:25.9176837+05:30</DateFrom> <DateTo>2025-12-12T02:28:25.9176837+05:30</DateTo> <UnitID>1</UnitID> </clsLoanNEFTVerified>
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. |