GET api/Hunt007UserCenter/GetEmployeeTrain_Modi?TrainId={TrainId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TrainId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EmployeeTrain_ModiSmallName | Description | Type | Additional information |
---|---|---|---|
mode | Job_Employee_TrainSmall |
None. |
|
YearintArr | Collection of integer |
None. |
|
MonintArr | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "mode": { "EmployeeId": 1, "TrainId": 2, "TrainName": "sample string 3", "TrainCityName": "sample string 4", "TrainCityId": 5, "TrainCurriculum": "sample string 6", "Certificates": "sample string 7", "StartYear": 8, "StartMon": 9, "EndYear": 10, "EndMon": 11, "Mome": "sample string 12" }, "YearintArr": [ 1, 2 ], "MonintArr": [ 1, 2 ] }