POST api/viewresults
Request Information
URI Parameters
None.
Body Parameters
ResultParrmsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PENDING_ID | integer |
None. |
|
| CHECKIN_ID | integer |
None. |
|
| INSTANCE_ID | integer |
None. |
|
| PIN | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PENDING_ID": 1,
"CHECKIN_ID": 2,
"INSTANCE_ID": 3,
"PIN": 4
}
application/xml, text/xml
Sample:
<ResultParrmsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Controllers.checkins"> <CHECKIN_ID>2</CHECKIN_ID> <INSTANCE_ID>3</INSTANCE_ID> <PENDING_ID>1</PENDING_ID> <PIN>4</PIN> </ResultParrmsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />