PUT api/v1/academic_DeferredSemesterType/{deferredSemesterTypeId}/deferredSemesterTypeId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deferredSemesterTypeId | integer |
Required |
Body Parameters
Academic_DeferredSemesterTypeVM| Name | 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": "2025-11-03T12:03:52.2750538-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>2025-11-03T12:03:52.2750538-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.