POST api/Subjectteacher/ProcessSubjectTeacher
Request Information
URI Parameters
None.
Body Parameters
SubjectTeacherMName | Description | Type | Additional information |
---|---|---|---|
StaffId | integer |
Required |
|
OptionId | integer |
Required |
|
SubjectId | integer |
Required |
|
processop | string |
Required |
|
username | string |
Required |
|
accesskey | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "StaffId": 1, "OptionId": 2, "SubjectId": 3, "processop": "sample string 4", "username": "sample string 5", "accesskey": "sample string 6" }
text/html
Sample:
{"StaffId":1,"OptionId":2,"SubjectId":3,"processop":"sample string 4","username":"sample string 5","accesskey":"sample string 6"}
application/xml, text/xml
Sample:
<SubjectTeacherM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models"> <OptionId>2</OptionId> <StaffId>1</StaffId> <SubjectId>3</SubjectId> <accesskey>sample string 6</accesskey> <processop>sample string 4</processop> <username>sample string 5</username> </SubjectTeacherM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.