POST api/mobiusStaff/SaveHealthStatusForStudents
Request Information
URI Parameters
None.
Body Parameters
StudentHealthBatchInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Students | Collection of StudentHealthInputModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Students": [
{
"StudentId": 1,
"HB": "sample string 2",
"BMI": "sample string 3",
"EyeCheckup": 4,
"License": 5,
"CustomerId": 6,
"Date": "sample string 7"
},
{
"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:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |