POST api/SaveYogaInfo
Request Information
URI Parameters
None.
Body Parameters
YogaTeacherDto| Name | Description | Type | Additional information |
|---|---|---|---|
| YogaScheduleId | integer |
None. |
|
| Day | string |
None. |
|
| TimeFrom | string |
None. |
|
| TimeTo | string |
None. |
|
| Asanas1 | string |
None. |
|
| Asanas2 | string |
None. |
|
| Asanas3 | string |
None. |
|
| IsActive | boolean |
None. |
|
| TeacherId | integer |
None. |
|
| TeacherFName | string |
None. |
|
| TeacherLName | string |
None. |
|
| TeacherImagePath | Collection of byte |
None. |
|
| TeacherBioInfo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"YogaScheduleId": 1,
"Day": "sample string 2",
"TimeFrom": "sample string 3",
"TimeTo": "sample string 4",
"Asanas1": "sample string 5",
"Asanas2": "sample string 6",
"Asanas3": "sample string 7",
"IsActive": true,
"TeacherId": 9,
"TeacherFName": "sample string 10",
"TeacherLName": "sample string 11",
"TeacherImagePath": "QEA=",
"TeacherBioInfo": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.