POST api/configuration
Request Information
URI Parameters
None.
Body Parameters
ConfigurationName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Semester | string |
None. |
|
SchoolYear | string |
None. |
|
StartEnrollment | date |
None. |
|
EndEnrollment | date |
None. |
|
Department_Id | integer |
None. |
|
OfficiallyDroppedStartDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "semester": "sample string 2", "schoolYear": "sample string 3", "startEnrollment": "2025-04-26T20:57:14.7042134+08:00", "endEnrollment": "2025-04-26T20:57:14.7042134+08:00", "department_Id": 6, "officiallyDroppedStartDate": "2025-04-26T20:57:14.7042134+08:00" }
text/html
Sample:
{"id":1,"semester":"sample string 2","schoolYear":"sample string 3","startEnrollment":"2025-04-26T20:57:14.7042134+08:00","endEnrollment":"2025-04-26T20:57:14.7042134+08:00","department_Id":6,"officiallyDroppedStartDate":"2025-04-26T20:57:14.7042134+08:00"}
application/xml, text/xml
Sample:
<Configuration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UBBEAMS.Infrastructure.Models"> <Department_Id>6</Department_Id> <EndEnrollment>2025-04-26T20:57:14.7042134+08:00</EndEnrollment> <Id>1</Id> <OfficiallyDroppedStartDate>2025-04-26T20:57:14.7042134+08:00</OfficiallyDroppedStartDate> <SchoolYear>sample string 3</SchoolYear> <Semester>sample string 2</Semester> <StartEnrollment>2025-04-26T20:57:14.7042134+08:00</StartEnrollment> </Configuration>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.