POST api/v1/academic_DeferredSemesterType
Request Information
URI Parameters
None.
Body Parameters
Academic_DeferredSemesterTypeVMName | Description | Type | Additional information |
---|---|---|---|
deferredSemesterTypeId | integer |
None. |
|
defferredSemesters | string |
None. |
|
tenantId | integer |
None. |
|
createdBy | integer |
None. |
|
dateTimeCreated | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "deferredSemesterTypeId": 1, "defferredSemesters": "sample string 2", "tenantId": 1, "createdBy": 1, "dateTimeCreated": "2024-11-24T08:30:53.9116506-08:00" }
application/xml, text/xml
Sample:
<Academic_DeferredSemesterTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>1</createdBy> <dateTimeCreated>2024-11-24T08:30:53.9116506-08:00</dateTimeCreated> <deferredSemesterTypeId>1</deferredSemesterTypeId> <defferredSemesters>sample string 2</defferredSemesters> <tenantId>1</tenantId> </Academic_DeferredSemesterTypeVM>
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.