GET api/Post/SaveAdmissionSchedule
Request Information
URI Parameters
None.
Body Parameters
Tbl_SaveAdmissionScheduleName | Description | Type | Additional information |
---|---|---|---|
SchoolAdmissionId | integer |
None. |
|
ScheduleDate | string |
None. |
|
ScheduledTime | string |
None. |
|
UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "SchoolAdmissionId": 1, "ScheduleDate": "sample string 2", "ScheduledTime": "sample string 3", "UserId": 4 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}