POST api/Physicaldevelopment/Registerphysicaldev
Request Information
URI Parameters
None.
Body Parameters
PhysicaldevelomentM| 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 |
|
| BegWeight | decimal number |
Required |
|
| BegHeight | decimal number |
Required |
|
| EndWeiht | decimal number |
Required |
|
| EndHeight | decimal number |
Required |
|
| Comment | string |
None. |
|
| 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,
"BegWeight": 8.1,
"BegHeight": 9.1,
"EndWeiht": 10.1,
"EndHeight": 11.1,
"Comment": "sample string 12",
"processop": "sample string 13",
"username": "sample string 14",
"accesskey": "sample string 15"
}
text/html
Sample:
{"Id":1,"ClassId":2,"OptionId":3,"ArmId":4,"SessionId":5,"TermId":6,"StudId":7,"BegWeight":8.1,"BegHeight":9.1,"EndWeiht":10.1,"EndHeight":11.1,"Comment":"sample string 12","processop":"sample string 13","username":"sample string 14","accesskey":"sample string 15"}
application/xml, text/xml
Sample:
<PhysicaldevelomentM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models"> <ArmId>4</ArmId> <BegHeight>9.1</BegHeight> <BegWeight>8.1</BegWeight> <ClassId>2</ClassId> <Comment>sample string 12</Comment> <EndHeight>11.1</EndHeight> <EndWeiht>10.1</EndWeiht> <Id>1</Id> <OptionId>3</OptionId> <SessionId>5</SessionId> <StudId>7</StudId> <TermId>6</TermId> <accesskey>sample string 15</accesskey> <processop>sample string 13</processop> <username>sample string 14</username> </PhysicaldevelomentM>
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.