POST api/Tutoring/SaveStudentPreferenceEvents

Save student selected slot

Request Information

URI Parameters

None.

Body Parameters

PreferenceEventModel
NameDescriptionTypeAdditional information
id

string

None.

studentProductid

integer

None.

userId

integer

None.

comments

string

None.

SubjectID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "studentProductid": 2,
  "userId": 3,
  "comments": "sample string 4",
  "SubjectID": 5
}

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

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string"

text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>