POST api/EmployeeStudentArea/RemoveStudentArea

Request Information

URI Parameters

None.

Body Parameters

StudentAreaManagement
NameDescriptionTypeAdditional information
MasterLevelID

integer

None.

ID

integer

None.

FullName

string

None.

Label

string

None.

Class

string

None.

ClassID

integer

None.

Section

string

None.

SectionID

integer

None.

Title

string

None.

SubTitle

string

None.

URL

string

None.

URLTitle

string

None.

Document

string

None.

Description

string

None.

OrderBy

integer

None.

ExpiredOn

date

None.

CreateDate

date

None.

IsImportant

boolean

None.

IsActive

boolean

None.

IsEditable

integer

None.

Domain

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MasterLevelID": 1,
  "ID": 2,
  "FullName": "sample string 3",
  "Label": "sample string 4",
  "Class": "sample string 5",
  "ClassID": 6,
  "Section": "sample string 7",
  "SectionID": 8,
  "Title": "sample string 9",
  "SubTitle": "sample string 10",
  "URL": "sample string 11",
  "URLTitle": "sample string 12",
  "Document": "sample string 13",
  "Description": "sample string 14",
  "OrderBy": 15,
  "ExpiredOn": "2024-09-20T06:06:50.6414861+05:30",
  "CreateDate": "2024-09-20T06:06:50.6414861+05:30",
  "IsImportant": true,
  "IsActive": true,
  "IsEditable": 19,
  "Domain": "sample string 20"
}

application/xml, text/xml

Sample:
<StudentAreaManagement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models.Administrator">
  <Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 20</Domain>
  <Class>sample string 5</Class>
  <ClassID>6</ClassID>
  <CreateDate>2024-09-20T06:06:50.6414861+05:30</CreateDate>
  <Description>sample string 14</Description>
  <Document>sample string 13</Document>
  <ExpiredOn>2024-09-20T06:06:50.6414861+05:30</ExpiredOn>
  <FullName>sample string 3</FullName>
  <ID>2</ID>
  <IsActive>true</IsActive>
  <IsEditable>19</IsEditable>
  <IsImportant>true</IsImportant>
  <Label>sample string 4</Label>
  <MasterLevelID>1</MasterLevelID>
  <OrderBy>15</OrderBy>
  <Section>sample string 7</Section>
  <SectionID>8</SectionID>
  <SubTitle>sample string 10</SubTitle>
  <Title>sample string 9</Title>
  <URL>sample string 11</URL>
  <URLTitle>sample string 12</URLTitle>
</StudentAreaManagement>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.