POST api/WebHomeWork/AddHomeWork
Request Information
URI Parameters
None.
Body Parameters
tbl_HomeWorkName | Description | Type | Additional information |
---|---|---|---|
ClassID | integer |
None. |
|
SubjectID | integer |
None. |
|
SchID | integer |
None. |
|
Acdid | integer |
None. |
|
HomeWorkTitle | string |
None. |
|
HomeWorkText | string |
None. |
|
HomeWorkDetails | string |
None. |
|
HomeWorkURL | string |
None. |
|
SecIDinComma | string |
None. |
|
PublishDatetime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "classID": 1, "subjectID": 1, "schID": 1, "acdid": 1, "homeWorkTitle": "sample string 1", "homeWorkText": "sample string 2", "homeWorkDetails": "sample string 3", "homeWorkURL": "sample string 4", "secIDinComma": "sample string 5", "publishDatetime": "2025-05-04T18:22:56.9277414+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. |