GET api/Post/SaveAdmissionSchedule

Request Information

URI Parameters

None.

Body Parameters

Tbl_SaveAdmissionSchedule
NameDescriptionTypeAdditional 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

Object

None.

Response Formats

application/json, text/json

Sample:
{}