POST api/Base/MaintenanceClass

Request Information

URI Parameters

None.

Body Parameters

ClassInfo
NameDescriptionTypeAdditional information
CI_ID

integer

None.

CI_Title

string

None.

CI_GUID

string

None.

CI_Phase

string

None.

CI_Grade

string

None.

CI_SchoolGUID

string

None.

CI_TeacherGUID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CI_ID": 1,
  "CI_Title": "sample string 2",
  "CI_GUID": "sample string 3",
  "CI_Phase": "sample string 4",
  "CI_Grade": "sample string 5",
  "CI_SchoolGUID": "sample string 6",
  "CI_TeacherGUID": "sample string 7"
}

application/xml, text/xml

Sample:
<ClassInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineEducationModel">
  <CI_GUID>sample string 3</CI_GUID>
  <CI_Grade>sample string 5</CI_Grade>
  <CI_ID>1</CI_ID>
  <CI_Phase>sample string 4</CI_Phase>
  <CI_SchoolGUID>sample string 6</CI_SchoolGUID>
  <CI_TeacherGUID>sample string 7</CI_TeacherGUID>
  <CI_Title>sample string 2</CI_Title>
</ClassInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.