POST api/{version}/StudyHub2/SaveStudentTutorBooking
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
StudentTutorBooking| Name | Description | Type | Additional information |
|---|---|---|---|
| TutorAvailabilityIds | Collection of integer |
None. |
|
| StudentEnrollmentId | integer |
None. |
|
| SubjectId | integer |
None. |
|
| StudentComments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TutorAvailabilityIds": [
1,
2
],
"StudentEnrollmentId": 1,
"SubjectId": 2,
"StudentComments": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Info | ReturnResult |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Info": {
"Status": true,
"Message": "sample string 2",
"AdditionalData": {},
"ObjAppResponseMessage": {
"Status": true,
"Message": "sample string 2",
"AdditionalData": "sample string 3"
}
},
"Data": {}
}