GET api/Hunt007UserCenter/GetStudentInfoPractice_Modi?PracticeId={PracticeId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PracticeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EmployeeStudentModiSmallName | Description | Type | Additional information |
---|---|---|---|
PrizeObj | StudentInfo_PrizeSmall |
None. |
|
PracticeObj | StudentInfo_PracticeSmall |
None. |
|
PostObj | StudentInfo_SchoolPostSmall |
None. |
|
YearintArr | Collection of integer |
None. |
|
MonintArr | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "PrizeObj": { "PrizeName": "sample string 1", "StartYear": 2, "StartMon": 3, "Memo": "sample string 4", "PrizeId": 5, "EmployeeId": 6 }, "PracticeObj": { "PracticeName": "sample string 1", "StartYear": 2, "StartMon": 3, "EndYear": 4, "EndMon": 5, "Memo": "sample string 6", "PracticeId": 7, "EmployeeId": 8 }, "PostObj": { "PostName": "sample string 1", "StartYear": 2, "StartMon": 3, "EndYear": 4, "EndMon": 5, "PostMemo": "sample string 6", "PostId": 7, "EmployeeId": 8 }, "YearintArr": [ 1, 2 ], "MonintArr": [ 1, 2 ] }