POST api/StudentDownload/UpdateDownload
Request Information
URI Parameters
None.
Body Parameters
tbl_StudentDownload| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| SecIDInComma | string |
None. |
|
| Title | string |
None. |
|
| Details | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| DocumentLink | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"secIDInComma": "sample string 1",
"title": "sample string 2",
"details": "sample string 3",
"startDate": "2025-12-21T17:03:23.513679+05:30",
"endDate": "2025-12-21T17:03:23.513679+05:30",
"documentLink": "sample string 4"
}
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. |