POST api/Base/AddClassInfo

Request Information

URI Parameters

None.

Body Parameters

ClassInfo
NameDescriptionTypeAdditional information
CI_GUID

string

None.

CI_CampusGUID

string

None.

CI_Title

string

None.

CI_ClassTeacher

string

None.

CI_SubstituteTeacher

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CI_GUID": "sample string 1",
  "CI_CampusGUID": "sample string 2",
  "CI_Title": "sample string 3",
  "CI_ClassTeacher": "sample string 4",
  "CI_SubstituteTeacher": "sample string 5"
}

application/xml, text/xml

Sample:
<ClassInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData">
  <CI_CampusGUID>sample string 2</CI_CampusGUID>
  <CI_ClassTeacher>sample string 4</CI_ClassTeacher>
  <CI_GUID>sample string 1</CI_GUID>
  <CI_SubstituteTeacher>sample string 5</CI_SubstituteTeacher>
  <CI_Title>sample string 3</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.