POST api/Health/OnlinePendingWeighIns

Request Information

URI Parameters

None.

Body Parameters

OnlineWeighIns
NameDescriptionTypeAdditional information
StudentId

string

None.

StuEmail

string

None.

SessionId

integer

None.

WeighinTypeID

integer

None.

Studentname

string

None.

StudentMobile

string

None.

PgNumber

string

None.

PgLimit

string

None.

OrderList

string

None.

Submittedon

string

None.

Updatedon

string

None.

UpdatedBy

string

None.

Total_count

integer

None.

Fat

decimal number

None.

Waist

decimal number

None.

Hips

decimal number

None.

approve

boolean

None.

Pending

boolean

None.

Denied

boolean

None.

WeighInID

integer

None.

Height

Object

None.

Weight

decimal number

None.

HyLevel

decimal number

None.

Week

integer

None.

Class

integer

None.

ScheduleName

string

None.

fromDate

string

None.

toDate

string

None.

Reason

string

None.

Action

integer

None.

StuAge

integer

None.

StuMobile

integer

None.

WeighInTypeName

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentId": "sample string 1",
  "StuEmail": "sample string 2",
  "SessionId": 3,
  "WeighinTypeID": 4,
  "Studentname": "sample string 5",
  "StudentMobile": "sample string 6",
  "PgNumber": "sample string 7",
  "PgLimit": "sample string 8",
  "OrderList": "sample string 9",
  "Submittedon": "sample string 10",
  "Updatedon": "sample string 11",
  "UpdatedBy": "sample string 12",
  "Total_count": 13,
  "Fat": 14.1,
  "Waist": 15.1,
  "Hips": 16.1,
  "approve": true,
  "Pending": true,
  "Denied": true,
  "WeighInID": 20,
  "Height": {},
  "Weight": 22.1,
  "HyLevel": 23.1,
  "Week": 24,
  "Class": 25,
  "ScheduleName": "sample string 26",
  "fromDate": "sample string 27",
  "toDate": "sample string 28",
  "Reason": "sample string 29",
  "Action": 30,
  "StuAge": 31,
  "StuMobile": 32,
  "WeighInTypeName": {}
}

application/xml, text/xml

Sample:
<OnlineWeighIns xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models">
  <Action>30</Action>
  <Class>25</Class>
  <Denied>true</Denied>
  <Fat>14.1</Fat>
  <Height />
  <Hips>16.1</Hips>
  <HyLevel>23.1</HyLevel>
  <OrderList>sample string 9</OrderList>
  <Pending>true</Pending>
  <PgLimit>sample string 8</PgLimit>
  <PgNumber>sample string 7</PgNumber>
  <Reason>sample string 29</Reason>
  <ScheduleName>sample string 26</ScheduleName>
  <SessionId>3</SessionId>
  <StuAge>31</StuAge>
  <StuEmail>sample string 2</StuEmail>
  <StuMobile>32</StuMobile>
  <StudentId>sample string 1</StudentId>
  <StudentMobile>sample string 6</StudentMobile>
  <Studentname>sample string 5</Studentname>
  <Submittedon>sample string 10</Submittedon>
  <Total_count>13</Total_count>
  <UpdatedBy>sample string 12</UpdatedBy>
  <Updatedon>sample string 11</Updatedon>
  <Waist>15.1</Waist>
  <Week>24</Week>
  <WeighInID>20</WeighInID>
  <WeighInTypeName />
  <WeighinTypeID>4</WeighinTypeID>
  <Weight>22.1</Weight>
  <approve>true</approve>
  <fromDate>sample string 27</fromDate>
  <toDate>sample string 28</toDate>
</OnlineWeighIns>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OnlineWeighIns'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />