POST api/Administrator/AddClassStreamMerge

Request Information

URI Parameters

None.

Body Parameters

ClassStreamModel
NameDescriptionTypeAdditional information
ID

integer

None.

SelectedClassID

integer

None.

ClassName

string

None.

SelectedStreamID

integer

None.

StreamName

string

None.

Status

integer

None.

Message

string

None.

Domain

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "SelectedClassID": 1,
  "ClassName": "sample string 2",
  "SelectedStreamID": 1,
  "StreamName": "sample string 3",
  "Status": 4,
  "Message": "sample string 5",
  "Domain": "sample string 6"
}

application/xml, text/xml

Sample:
<ClassStreamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models.MasterModels">
  <Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 6</Domain>
  <Message xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 5</Message>
  <Status xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">4</Status>
  <ClassName>sample string 2</ClassName>
  <ID>1</ID>
  <SelectedClassID>1</SelectedClassID>
  <SelectedStreamID>1</SelectedStreamID>
  <StreamName>sample string 3</StreamName>
</ClassStreamModel>

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.