POST api/v1/academic_TimeTableType
Request Information
URI Parameters
None.
Body Parameters
Academic_TimeTableTypeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| timeTableTypeId | integer |
None. |
|
| timeTableTypeName | string |
None. |
|
| dateCreated | date |
None. |
|
| tenantId | integer |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"timeTableTypeId": 1,
"timeTableTypeName": "sample string 2",
"dateCreated": "2025-12-08T15:40:36.5037362-08:00",
"tenantId": 1,
"createdBy": 1
}
application/xml, text/xml
Sample:
<Academic_TimeTableTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>1</createdBy> <dateCreated>2025-12-08T15:40:36.5037362-08:00</dateCreated> <tenantId>1</tenantId> <timeTableTypeId>1</timeTableTypeId> <timeTableTypeName>sample string 2</timeTableTypeName> </Academic_TimeTableTypeVM>
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.