GET api/PostSysLookups/SaveSchoolScheduleType

Request Information

URI Parameters

None.

Body Parameters

tblSaveScheduleSMSTypesCls
NameDescriptionTypeAdditional information
ScheduleTypeID

string

None.

ScheduleType

string

None.

Code

string

None.

SchoolID

string

None.

CreatedBy

string

None.

LastModifiedBy

string

None.

Mode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ScheduleTypeID": "sample string 1",
  "ScheduleType": "sample string 2",
  "Code": "sample string 3",
  "SchoolID": "sample string 4",
  "CreatedBy": "sample string 5",
  "LastModifiedBy": "sample string 6",
  "Mode": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}