POST api/v1/academic_Session
Request Information
URI Parameters
None.
Body Parameters
Academic_SessionVM| Name | Description | Type | Additional information |
|---|---|---|---|
| academicSessionId | integer |
None. |
|
| academicSessionName | string |
None. |
|
| isActive | boolean |
None. |
|
| tenantId | integer |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"academicSessionId": 1,
"academicSessionName": "sample string 2",
"isActive": true,
"tenantId": 1,
"createdBy": 3
}
application/xml, text/xml
Sample:
<Academic_SessionVM 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 2</academicSessionName> <createdBy>3</createdBy> <isActive>true</isActive> <tenantId>1</tenantId> </Academic_SessionVM>
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.