POST api/StudyMaterial/AddStudyMaterial
Request Information
URI Parameters
None.
Body Parameters
tbl_StudyMaterialName | Description | Type | Additional information |
---|---|---|---|
SubjTopicid | integer |
None. |
|
Schid | integer |
None. |
|
Classid | integer |
None. |
|
Subjectid | integer |
None. |
|
Title | string |
None. |
|
DocLink | string |
None. |
|
SecIDinComma | string |
None. |
|
MaterialType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "subjTopicid": 1, "schid": 1, "classid": 1, "subjectid": 1, "title": "sample string 1", "docLink": "sample string 2", "secIDinComma": "sample string 3", "materialType": "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. |