POST api/Base/AddAppointmentInfo

Request Information

URI Parameters

None.

Body Parameters

AppointmentInfoModel
NameDescriptionTypeAdditional information
Operator

string

None.

AI_GUID

string

None.

AI_StudentGUID

string

None.

AI_TeacherGUID

string

None.

AI_Date

date

None.

AI_RoomID

integer

None.

AI_Type

string

None.

AI_TimetableID

integer

None.

AI_State

string

None.

AI_APPDate

date

None.

AI_Price

integer

None.

AI_Source

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Operator": "sample string 1",
  "AI_GUID": "sample string 2",
  "AI_StudentGUID": "sample string 3",
  "AI_TeacherGUID": "sample string 4",
  "AI_Date": "2026-04-20T18:12:19.5353442+08:00",
  "AI_RoomID": 1,
  "AI_Type": "sample string 5",
  "AI_TimetableID": 1,
  "AI_State": "sample string 6",
  "AI_APPDate": "2026-04-20T18:12:19.5353442+08:00",
  "AI_Price": 1,
  "AI_Source": "sample string 7"
}

application/xml, text/xml

Sample:
<AppointmentInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData">
  <AI_APPDate>2026-04-20T18:12:19.5353442+08:00</AI_APPDate>
  <AI_Date>2026-04-20T18:12:19.5353442+08:00</AI_Date>
  <AI_GUID>sample string 2</AI_GUID>
  <AI_Price>1</AI_Price>
  <AI_RoomID>1</AI_RoomID>
  <AI_Source>sample string 7</AI_Source>
  <AI_State>sample string 6</AI_State>
  <AI_StudentGUID>sample string 3</AI_StudentGUID>
  <AI_TeacherGUID>sample string 4</AI_TeacherGUID>
  <AI_TimetableID>1</AI_TimetableID>
  <AI_Type>sample string 5</AI_Type>
  <Operator>sample string 1</Operator>
</AppointmentInfoModel>

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.