POST api/Form/RegisterOrientationSession

Documentation for 'RegisterOrientationSession'.

Request Information

Parameters

NameDescriptionAdditional information
data
Documentation for 'data'.

Define this parameter in the request body.

Request body 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/" />

application/x-www-form-urlencoded

Sample:

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "StudentId": "sample string 1",
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "Email": "sample string 4",
  "Success": true,
  "Term": "sample string 6",
  "Session": "sample string 7",
  "Details": "sample string 8"
}

application/xml, text/xml

Sample:
<OrientationRegistration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTCAPI.Models">
  <Details>sample string 8</Details>
  <Email>sample string 4</Email>
  <FirstName>sample string 2</FirstName>
  <LastName>sample string 3</LastName>
  <Session>sample string 7</Session>
  <StudentId>sample string 1</StudentId>
  <Success>true</Success>
  <Term>sample string 6</Term>
</OrientationRegistration>