POST api/StudentAssignment/AddAssignmentDocument
Request Information
URI Parameters
None.
Body Parameters
tbl_AssignmentDocUploadName | Description | Type | Additional information |
---|---|---|---|
SubjTopicid | integer |
None. |
|
Schid | integer |
None. |
|
Title | string |
None. |
|
DocLink | string |
None. |
|
SecIDinComma | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "subjTopicid": 1, "schid": 1, "title": "sample string 1", "docLink": "sample string 2", "secIDinComma": "sample string 3" }
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. |