POST api/MobiusStaff

Request Information

URI Parameters

None.

Body Parameters

StudentHealthInputModel
NameDescriptionTypeAdditional information
StudentId

integer

None.

HB

string

None.

BMI

string

None.

EyeCheckup

integer

None.

License

integer

None.

CustomerId

integer

None.

Date

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentId": 1,
  "HB": "sample string 2",
  "BMI": "sample string 3",
  "EyeCheckup": 4,
  "License": 5,
  "CustomerId": 6,
  "Date": "sample string 7"
}

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 'StudentHealthInputModel'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.