GET api/Hunt007UserCenter/GetEmployeeLanguage_Modi/{Id}?EmployeeId={EmployeeId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EmployeeId | integer |
Required |
|
Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EmployeeLanguage_ModiSmallName | Description | Type | Additional information |
---|---|---|---|
TLanguageList | Collection of TLanguageClassesSmall |
None. |
|
TLanguageList1 | Collection of TLanguageClassesSmall |
None. |
|
model | Job_Employee_LanguageSmall |
None. |
Response Formats
application/json, text/json
Sample:
{ "TLanguageList": [ { "Id": 1, "Name": "sample string 2" }, { "Id": 1, "Name": "sample string 2" } ], "TLanguageList1": [ { "Id": 1, "Name": "sample string 2" }, { "Id": 1, "Name": "sample string 2" } ], "model": { "EmployeeId": 1, "ID": 2, "LanguageName": "sample string 3", "LanguageId": 4, "Shuxability": "sample string 5", "RWability": "sample string 6", "LSability": "sample string 7", "TestLevelName": "sample string 8", "TestLevelId": 9 } }