GET api/EmployeeArchiveAPI/GetEmployeeArchiveList?employeeGID={employeeGID}&archiveType={archiveType}

根据类型和雇员GID获得档案信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeGID

globally unique identifier

Required

archiveType

education

string

Required

Body Parameters

None.

Response Information

Resource Description

根据类型和雇员GID获得档案信息

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>