POST api/TimeTables/webportal/getWeeklyTimeTable
Request Information
URI Parameters
None.
Body Parameters
TimeTable| Name | Description | Type | Additional information |
|---|---|---|---|
| startOfWeek | date |
None. |
|
| endOfWeek | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"startOfWeek": "2026-01-31T09:26:30.3752993+05:30",
"endOfWeek": "2026-01-31T09:26:30.3752993+05:30"
}
application/xml, text/xml
Sample:
<TimeTableController.TimeTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxGenius.API.Controllers"> <endOfWeek>2026-01-31T09:26:30.3752993+05:30</endOfWeek> <startOfWeek>2026-01-31T09:26:30.3752993+05:30</startOfWeek> </TimeTableController.TimeTable>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>