POST SemestersAPI/RemoveSemester

Request Information

URI Parameters

None.

Body Parameters

Semesters
NameDescriptionTypeAdditional information
pkSemesterID

integer

None.

IsCurrentSemester

boolean

None.

SemesterID

string

None.

ClassEndDate

date

None.

ClassEndDateStr

string

None.

QMAClassEndDateTerm1

date

None.

QMAClassEndDateTerm1Str

string

None.

ClassStartDate

date

None.

ClassStartDateStr

string

None.

QMAClassStartDateTerm2

date

None.

QMAClassStartDateTerm2Str

string

None.

QMAPaymentDueDate1

date

None.

QMAPaymentDueDate1Str

string

None.

QMAPaymentDueDate2

date

None.

QMAPaymentDueDate2Str

string

None.

QMAAllowPaymentCalcTerm1

boolean

None.

QMAAllowPaymentCalcTerm2

boolean

None.

FeePlanID

integer

None.

FeePlanName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pkSemesterID": 1,
  "IsCurrentSemester": true,
  "SemesterID": "sample string 3",
  "ClassEndDate": "2024-04-25T22:26:07.4493122+01:00",
  "ClassEndDateStr": "sample string 5",
  "QMAClassEndDateTerm1": "2024-04-25T22:26:07.4493122+01:00",
  "QMAClassEndDateTerm1Str": "sample string 7",
  "ClassStartDate": "2024-04-25T22:26:07.4493122+01:00",
  "ClassStartDateStr": "sample string 9",
  "QMAClassStartDateTerm2": "2024-04-25T22:26:07.4493122+01:00",
  "QMAClassStartDateTerm2Str": "sample string 11",
  "QMAPaymentDueDate1": "2024-04-25T22:26:07.4493122+01:00",
  "QMAPaymentDueDate1Str": "sample string 13",
  "QMAPaymentDueDate2": "2024-04-25T22:26:07.4493122+01:00",
  "QMAPaymentDueDate2Str": "sample string 15",
  "QMAAllowPaymentCalcTerm1": true,
  "QMAAllowPaymentCalcTerm2": true,
  "FeePlanID": 18,
  "FeePlanName": "sample string 19"
}

application/xml, text/xml

Sample:
<Semesters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QMA2020.Models">
  <ClassEndDate>2024-04-25T22:26:07.4493122+01:00</ClassEndDate>
  <ClassEndDateStr>sample string 5</ClassEndDateStr>
  <ClassStartDate>2024-04-25T22:26:07.4493122+01:00</ClassStartDate>
  <ClassStartDateStr>sample string 9</ClassStartDateStr>
  <FeePlanID>18</FeePlanID>
  <FeePlanName>sample string 19</FeePlanName>
  <IsCurrentSemester>true</IsCurrentSemester>
  <QMAAllowPaymentCalcTerm1>true</QMAAllowPaymentCalcTerm1>
  <QMAAllowPaymentCalcTerm2>true</QMAAllowPaymentCalcTerm2>
  <QMAClassEndDateTerm1>2024-04-25T22:26:07.4493122+01:00</QMAClassEndDateTerm1>
  <QMAClassEndDateTerm1Str>sample string 7</QMAClassEndDateTerm1Str>
  <QMAClassStartDateTerm2>2024-04-25T22:26:07.4493122+01:00</QMAClassStartDateTerm2>
  <QMAClassStartDateTerm2Str>sample string 11</QMAClassStartDateTerm2Str>
  <QMAPaymentDueDate1>2024-04-25T22:26:07.4493122+01:00</QMAPaymentDueDate1>
  <QMAPaymentDueDate1Str>sample string 13</QMAPaymentDueDate1Str>
  <QMAPaymentDueDate2>2024-04-25T22:26:07.4493122+01:00</QMAPaymentDueDate2>
  <QMAPaymentDueDate2Str>sample string 15</QMAPaymentDueDate2Str>
  <SemesterID>sample string 3</SemesterID>
  <pkSemesterID>1</pkSemesterID>
</Semesters>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>