POST api/Base/MaintenanceStudentInfo

Request Information

URI Parameters

None.

Body Parameters

StudentInfoModel
NameDescriptionTypeAdditional information
SI_FatherName

string

None.

SI_FatherPhone

string

None.

SI_MotherName

string

None.

SI_MotherPhone

string

None.

SI_Allergy

string

None.

SI_Address

string

None.

SI_StudentCode

string

None.

SI_Birthday

date

None.

SI_City

string

None.

SI_Area

string

None.

SI_Province

string

None.

SI_ContactNumber

string

None.

SI_Name

string

None.

SI_Sex

string

None.

SI_State

string

None.

SI_SSN

string

None.

SI_Photo

string

None.

SI_SchoolGUID

string

None.

SI_ClassGUID

string

None.

SI_QRCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SI_FatherName": "sample string 1",
  "SI_FatherPhone": "sample string 2",
  "SI_MotherName": "sample string 3",
  "SI_MotherPhone": "sample string 4",
  "SI_Allergy": "sample string 5",
  "SI_Address": "sample string 6",
  "SI_StudentCode": "sample string 7",
  "SI_Birthday": "2024-10-09T05:13:37.0068971+08:00",
  "SI_City": "sample string 9",
  "SI_Area": "sample string 10",
  "SI_Province": "sample string 11",
  "SI_ContactNumber": "sample string 12",
  "SI_Name": "sample string 13",
  "SI_Sex": "sample string 14",
  "SI_State": "sample string 15",
  "SI_SSN": "sample string 16",
  "SI_Photo": "sample string 17",
  "SI_SchoolGUID": "sample string 18",
  "SI_ClassGUID": "sample string 19",
  "SI_QRCode": "sample string 20"
}

application/xml, text/xml

Sample:
<StudentInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineEducationModel">
  <SI_Address>sample string 6</SI_Address>
  <SI_Allergy>sample string 5</SI_Allergy>
  <SI_Area>sample string 10</SI_Area>
  <SI_Birthday>2024-10-09T05:13:37.0068971+08:00</SI_Birthday>
  <SI_City>sample string 9</SI_City>
  <SI_ClassGUID>sample string 19</SI_ClassGUID>
  <SI_ContactNumber>sample string 12</SI_ContactNumber>
  <SI_FatherName>sample string 1</SI_FatherName>
  <SI_FatherPhone>sample string 2</SI_FatherPhone>
  <SI_MotherName>sample string 3</SI_MotherName>
  <SI_MotherPhone>sample string 4</SI_MotherPhone>
  <SI_Name>sample string 13</SI_Name>
  <SI_Photo>sample string 17</SI_Photo>
  <SI_Province>sample string 11</SI_Province>
  <SI_QRCode>sample string 20</SI_QRCode>
  <SI_SSN>sample string 16</SI_SSN>
  <SI_SchoolGUID>sample string 18</SI_SchoolGUID>
  <SI_Sex>sample string 14</SI_Sex>
  <SI_State>sample string 15</SI_State>
  <SI_StudentCode>sample string 7</SI_StudentCode>
</StudentInfoModel>

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.