POST api/v1/academic_TimeTableDay
Request Information
URI Parameters
None.
Body Parameters
Academic_TimeTableDayVMName | Description | Type | Additional information |
---|---|---|---|
timeTableDayId | integer |
None. |
|
timeTableDay | string |
None. |
|
shortName | string |
None. |
|
tenantId | integer |
None. |
|
dateCreated | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "timeTableDayId": 1, "timeTableDay": "sample string 2", "shortName": "sample string 3", "tenantId": 1, "dateCreated": "2024-11-24T08:22:29.4328309-08:00" }
application/xml, text/xml
Sample:
<Academic_TimeTableDayVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <dateCreated>2024-11-24T08:22:29.4328309-08:00</dateCreated> <shortName>sample string 3</shortName> <tenantId>1</tenantId> <timeTableDay>sample string 2</timeTableDay> <timeTableDayId>1</timeTableDayId> </Academic_TimeTableDayVM>
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.