POST api/Report/GetStudentAmountSummaryReport
Request Information
URI Parameters
None.
Body Parameters
tbl_studentAmountSummaryReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Duetype | string |
None. |
|
| program | string |
None. |
|
| sem | string |
None. |
|
| intake | string |
None. |
|
| Head | string |
None. |
|
| PaidDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"duetype": "sample string 1",
"program": "sample string 2",
"sem": "sample string 3",
"intake": "sample string 4",
"head": "sample string 5",
"paidDate": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.