PUT api/v1/academic_TimeTablePeriod/{timeTablePeriodId}/timeTablePeriodId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| timeTablePeriodId | integer |
Required |
Body Parameters
Academic_TimeTablePeriodVM| Name | Description | Type | Additional information |
|---|---|---|---|
| timeTablePeriodId | integer |
None. |
|
| timeTablePeriod | string |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"timeTablePeriodId": 1,
"timeTablePeriod": "sample string 2",
"tenantId": 1,
"dateCreated": "2025-11-03T12:05:42.2023991-08:00"
}
application/xml, text/xml
Sample:
<Academic_TimeTablePeriodVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <dateCreated>2025-11-03T12:05:42.2023991-08:00</dateCreated> <tenantId>1</tenantId> <timeTablePeriod>sample string 2</timeTablePeriod> <timeTablePeriodId>1</timeTablePeriodId> </Academic_TimeTablePeriodVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.