Period Names New





Label
Code
Code
  • Its unique reference of Period Name.
  • Mandatory inputs
  • Allowed only Alphanumeric.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
  • Edit Code not allow in future, so do carefully.
Period Name
PeriodName
  • It is defined as a specific time in the day when classes have some scheduled college activity.
  • Mandatory inputs
  • Allowed Alphanumeric and space.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Start Time
StartTime
  • Start time is set as period start Hours and Minutes.
  • Mandatory inputs
  • Select the required one in ist.
End Time
EndTime
  • End time is set as time end of period with Hours and Minutes.
  • Mandatory inputs
  • Select the required one in ist.
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

Period Names Edit



Label
Code
Code
  • Its unique reference of Period Name.
  • Its not editable only view.
Period Name
PeriodName
  • If Period name edit or update here update.
  • Mandatory inputs
  • Allowed Alphanumeric and space.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Start Time
StartTime
  • If Start time edit or update here update.
  • Mandatory inputs
  • Select the required one in ist.
End Time
EndTime
  • If End time edit or update here update.
  • Mandatory inputs
  • Select the required one in list.
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

Period Names View



Period Names Delete





Period Names List



Webservice

Get List

url: webservice.php?action=l&method=matpl
{"status":"success",
                            "data":[{"ID":"b6d767d2f8ed5d21a44b0e5886680cb9",
                            "Code":"PN01",
                            "PeriodName":"Period 1",
                            "EndHour":"10",
                            "EndMinute":"30",
                            "StartHour":"9",
                            "StartMinute":"25",
                            "Remarks":"Period hours",
                            "Status":1,
                            "CreatedOn":"2024-12-11 20:32:44"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=matpl
Input
Code=PN02 PeriodName=Period 2 StartHour=10 StartMinute=10 EndHour=11 EndMinute=10 Remarks=2nd Period
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"PeriodName"}

Get Data

url: webservice.php?action=g&method=matpl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"1ff1de774005f8da13f42943881c655f",
                            "PeriodName":"Period 2",
                            "Remarks":"2nd Period",
                            "EndHour":"11",
                            "EndMinute":"10",
                            "StartHour":"10",
                            "StartMinute":"10",
                            "Status":1,
                            "Code":"PN02",
                            "CreatedOn":"2024-12-26 12:16:19"}]}
                            

Update

url: webservice.php?action=u&method=matpl
{"status":"success","message":"Updated successfully","div":""}
Input
                            ID=1ff1de774005f8da13f42943881c655f
                            Code=PN02
                            PeriodName=Period 3
                            StartHour=10
                            StartMinute=10
                            EndHour=11
                            EndMinute=10
                            Status=1
                            Remarks=3rd Period
                            
{"status":"failure","message":"unable to update","div":""}

Delete

url: webservice.php?action=r&method=matpl
Input
delID=1ff1de774005f8da13f42943881c655f
{"status":"success","message":"Deleted sucessfully"}