POST api/Base/SaveStudentInfo
Request Information
URI Parameters
None.
Body Parameters
StudentInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Operator | string |
None. |
|
| SI_GUID | string |
None. |
|
| SI_Name | string |
None. |
|
| SI_Nickname | string |
None. |
|
| SI_Photo | string |
None. |
|
| SI_Birthday | date |
None. |
|
| SI_Sex | string |
None. |
|
| SI_GuardianName | string |
None. |
|
| SI_GuardianPhone | string |
None. |
|
| SI_RegisterDate | date |
None. |
|
| SI_TxSIG | string |
None. |
|
| SI_AgeGroup | string |
None. |
|
| SI_Duration | string |
None. |
|
| SI_Level | string |
None. |
|
| SI_InviteCode | string |
None. |
|
| SI_AccountBalance | decimal number |
None. |
|
| SI_CampusGUID | string |
None. |
|
| SI_Session | string |
None. |
|
| SI_ClassGuid | string |
None. |
|
| SI_RegisterMode | string |
None. |
|
| SI_1V1Price | decimal number |
None. |
|
| SI_ManagementExpense | decimal number |
None. |
|
| SI_Department | string |
None. |
|
| SI_Code | string |
None. |
|
| SI_Flag | boolean |
None. |
|
| SI_State | string |
None. |
|
| SI_IsInit | boolean |
None. |
|
| SI_BOP | decimal number |
None. |
|
| SI_FreePrive | decimal number |
None. |
|
| SI_IsSuspension | boolean |
None. |
|
| SI_HaiWaiCode | string |
None. |
|
| SI_EnrollmentDtae | date |
None. |
|
| SI_EnrollmentBooks | string |
None. |
|
| SI_EnrollmentMusic | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Operator": "sample string 1",
"SI_GUID": "sample string 2",
"SI_Name": "sample string 3",
"SI_Nickname": "sample string 4",
"SI_Photo": "sample string 5",
"SI_Birthday": "2026-04-20T09:47:35.6887095+08:00",
"SI_Sex": "sample string 6",
"SI_GuardianName": "sample string 7",
"SI_GuardianPhone": "sample string 8",
"SI_RegisterDate": "2026-04-20T09:47:35.6887095+08:00",
"SI_TxSIG": "sample string 9",
"SI_AgeGroup": "sample string 10",
"SI_Duration": "sample string 11",
"SI_Level": "sample string 12",
"SI_InviteCode": "sample string 13",
"SI_AccountBalance": 1.0,
"SI_CampusGUID": "sample string 14",
"SI_Session": "sample string 15",
"SI_ClassGuid": "sample string 16",
"SI_RegisterMode": "sample string 17",
"SI_1V1Price": 1.0,
"SI_ManagementExpense": 1.0,
"SI_Department": "sample string 18",
"SI_Code": "sample string 19",
"SI_Flag": true,
"SI_State": "sample string 20",
"SI_IsInit": true,
"SI_BOP": 1.0,
"SI_FreePrive": 1.0,
"SI_IsSuspension": true,
"SI_HaiWaiCode": "sample string 21",
"SI_EnrollmentDtae": "2026-04-20T09:47:35.6896816+08:00",
"SI_EnrollmentBooks": "sample string 22",
"SI_EnrollmentMusic": "sample string 23"
}
application/xml, text/xml
Sample:
<StudentInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData"> <SI_1V1Price>1</SI_1V1Price> <SI_AccountBalance>1</SI_AccountBalance> <SI_AgeGroup>sample string 10</SI_AgeGroup> <SI_BOP>1</SI_BOP> <SI_Birthday>2026-04-20T09:47:35.6887095+08:00</SI_Birthday> <SI_CampusGUID>sample string 14</SI_CampusGUID> <SI_ClassGuid>sample string 16</SI_ClassGuid> <SI_Code>sample string 19</SI_Code> <SI_Department>sample string 18</SI_Department> <SI_Duration>sample string 11</SI_Duration> <SI_EnrollmentBooks>sample string 22</SI_EnrollmentBooks> <SI_EnrollmentDtae>2026-04-20T09:47:35.6896816+08:00</SI_EnrollmentDtae> <SI_EnrollmentMusic>sample string 23</SI_EnrollmentMusic> <SI_Flag>true</SI_Flag> <SI_FreePrive>1</SI_FreePrive> <SI_GUID>sample string 2</SI_GUID> <SI_GuardianName>sample string 7</SI_GuardianName> <SI_GuardianPhone>sample string 8</SI_GuardianPhone> <SI_HaiWaiCode>sample string 21</SI_HaiWaiCode> <SI_InviteCode>sample string 13</SI_InviteCode> <SI_IsInit>true</SI_IsInit> <SI_IsSuspension>true</SI_IsSuspension> <SI_Level>sample string 12</SI_Level> <SI_ManagementExpense>1</SI_ManagementExpense> <SI_Name>sample string 3</SI_Name> <SI_Nickname>sample string 4</SI_Nickname> <SI_Photo>sample string 5</SI_Photo> <SI_RegisterDate>2026-04-20T09:47:35.6887095+08:00</SI_RegisterDate> <SI_RegisterMode>sample string 17</SI_RegisterMode> <SI_Session>sample string 15</SI_Session> <SI_Sex>sample string 6</SI_Sex> <SI_State>sample string 20</SI_State> <SI_TxSIG>sample string 9</SI_TxSIG> <Operator>sample string 1</Operator> </StudentInfoModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |