POST api/Tutoring/SaveStudentPreferenceEvents
Save student selected slot
Request Information
URI Parameters
None.
Body Parameters
PreferenceEventModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"
text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>