POST api/StudentInfoes
Request Information
URI Parameters
None.
Body Parameters
StudentInfoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
WebSiteId | integer |
None. |
|
LoginName | string |
Required String length: inclusive between 0 and 50 |
|
Password | string |
Required String length: inclusive between 0 and 50 |
|
Notes | string |
String length: inclusive between 0 and 50 |
|
Status | string |
Required String length: inclusive between 0 and 50 |
|
CreateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "WebSiteId": 2, "LoginName": "sample string 3", "Password": "sample string 4", "Notes": "sample string 5", "Status": "sample string 6", "CreateDate": "2025-04-25T19:38:25.1424685+08:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StudentInfoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
WebSiteId | integer |
None. |
|
LoginName | string |
Required String length: inclusive between 0 and 50 |
|
Password | string |
Required String length: inclusive between 0 and 50 |
|
Notes | string |
String length: inclusive between 0 and 50 |
|
Status | string |
Required String length: inclusive between 0 and 50 |
|
CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "WebSiteId": 2, "LoginName": "sample string 3", "Password": "sample string 4", "Notes": "sample string 5", "Status": "sample string 6", "CreateDate": "2025-04-25T19:38:25.3841961+08:00" }