POST api/v1/academicActiveSemesterMaster
Request Information
URI Parameters
None.
Body Parameters
AcademicActiveSemesterMasterVM| Name | Description | Type | Additional information |
|---|---|---|---|
| academicActiveSemesterMasterId | integer |
None. |
|
| academicSessionId | integer |
None. |
|
| academicSemesterId | integer |
None. |
|
| isActive | boolean |
None. |
|
| dateCreated | date |
None. |
|
| tenantId | integer |
None. |
|
| createdBy | integer |
None. |
|
| academicSemesterName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"academicActiveSemesterMasterId": 1,
"academicSessionId": 1,
"academicSemesterId": 1,
"isActive": true,
"dateCreated": "2025-11-03T12:03:48.7514163-08:00",
"tenantId": 1,
"createdBy": 2,
"academicSemesterName": "sample string 3"
}
application/xml, text/xml
Sample:
<AcademicActiveSemesterMasterVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <academicActiveSemesterMasterId>1</academicActiveSemesterMasterId> <academicSemesterId>1</academicSemesterId> <academicSemesterName>sample string 3</academicSemesterName> <academicSessionId>1</academicSessionId> <createdBy>2</createdBy> <dateCreated>2025-11-03T12:03:48.7514163-08:00</dateCreated> <isActive>true</isActive> <tenantId>1</tenantId> </AcademicActiveSemesterMasterVM>
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.