POST api/TimeTable/GetMaster
Request Information
URI Parameters
None.
Body Parameters
TimeTableMasterRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TimeTableID | integer |
None. |
|
| FK_InstituteID | integer |
None. |
|
| FK_FinancialYearID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| SearchKeyword | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortColumn | string |
None. |
|
| SortDirection | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"timeTableID": 1,
"fK_InstituteID": 1,
"fK_FinancialYearID": 1,
"isActive": true,
"searchKeyword": "sample string 1",
"pageNumber": 2,
"pageSize": 3,
"sortColumn": "sample string 4",
"sortDirection": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.