POST api/Studentpsycomotor/Registerstudentpsycomotor
Request Information
URI Parameters
None.
Body Parameters
StudentPsycomotor| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| ClassId | integer |
Required |
|
| OptionId | integer |
Required |
|
| ArmId | integer |
Required |
|
| SessionId | integer |
Required |
|
| TermId | integer |
Required |
|
| StudId | integer |
Required |
|
| SkillId | integer |
Required |
|
| GradeId | integer |
Required |
|
| processop | string |
Required |
|
| username | string |
Required |
|
| accesskey | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ClassId": 2,
"OptionId": 3,
"ArmId": 4,
"SessionId": 5,
"TermId": 6,
"StudId": 7,
"SkillId": 8,
"GradeId": 9,
"processop": "sample string 10",
"username": "sample string 11",
"accesskey": "sample string 12"
}
text/html
Sample:
{"Id":1,"ClassId":2,"OptionId":3,"ArmId":4,"SessionId":5,"TermId":6,"StudId":7,"SkillId":8,"GradeId":9,"processop":"sample string 10","username":"sample string 11","accesskey":"sample string 12"}
application/xml, text/xml
Sample:
<StudentPsycomotor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models"> <ArmId>4</ArmId> <ClassId>2</ClassId> <GradeId>9</GradeId> <Id>1</Id> <OptionId>3</OptionId> <SessionId>5</SessionId> <SkillId>8</SkillId> <StudId>7</StudId> <TermId>6</TermId> <accesskey>sample string 12</accesskey> <processop>sample string 10</processop> <username>sample string 11</username> </StudentPsycomotor>
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.