POST api/StudentDownload/UpdateDownload
Request Information
URI Parameters
None.
Body Parameters
tbl_StudentDownloadName | 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-05-04T18:59:06.1937401+05:30", "endDate": "2025-05-04T18:59:06.1937401+05:30", "documentLink": "sample string 4" }
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. |