POST api/StudentDownload/GetDownloadList
Request Information
URI Parameters
None.
Body Parameters
tbl_DownlaodSearchName | Description | Type | Additional information |
---|---|---|---|
SecIDInComma | string |
None. |
|
Title | string |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "secIDInComma": "sample string 1", "title": "sample string 2", "startDate": "2025-05-04T19:03:55.7743112+05:30", "endDate": "2025-05-04T19:03:55.7743112+05:30" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |