POST api/Account/UpsertAttendncebytecaher
Request Information
URI Parameters
None.
Body Parameters
Collection of markedatt| Name | Description | Type | Additional information |
|---|---|---|---|
| stud_id | integer |
None. |
|
| mark | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"stud_id": 1,
"mark": 2
},
{
"stud_id": 1,
"mark": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfmarkedatt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NxModel">
<markedatt>
<mark>2</mark>
<stud_id>1</stud_id>
</markedatt>
<markedatt>
<mark>2</mark>
<stud_id>1</stud_id>
</markedatt>
</ArrayOfmarkedatt>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |