POST api/v1/academicYearCalendarMaster
Request Information
URI Parameters
None.
Body Parameters
AcademicYearCalendarMasterVM| Name | Description | Type | Additional information |
|---|---|---|---|
| academicYearCalendarMasterId | integer |
None. |
|
| academicSessionId | integer |
None. |
|
| year | string |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| tenantId | integer |
None. |
|
| isActive | boolean |
None. |
|
| dateCreated | date |
None. |
|
| academicSessionName | string |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"academicYearCalendarMasterId": 1,
"academicSessionId": 1,
"year": "sample string 2",
"startDate": "2025-10-27T09:28:41.4493462-07:00",
"endDate": "2025-10-27T09:28:41.4493462-07:00",
"tenantId": 1,
"isActive": true,
"dateCreated": "2025-10-27T09:28:41.4493462-07:00",
"academicSessionName": "sample string 3",
"createdBy": 4
}
application/xml, text/xml
Sample:
<AcademicYearCalendarMasterVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <academicSessionId>1</academicSessionId> <academicSessionName>sample string 3</academicSessionName> <academicYearCalendarMasterId>1</academicYearCalendarMasterId> <createdBy>4</createdBy> <dateCreated>2025-10-27T09:28:41.4493462-07:00</dateCreated> <endDate>2025-10-27T09:28:41.4493462-07:00</endDate> <isActive>true</isActive> <startDate>2025-10-27T09:28:41.4493462-07:00</startDate> <tenantId>1</tenantId> <year>sample string 2</year> </AcademicYearCalendarMasterVM>
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.