GET api/Hunt007UserCenter/GetMail?UserId={UserId}&InviteId={InviteId}&EmployerId={EmployerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
Required |
|
InviteId | integer |
Required |
|
EmployerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MailSmallName | Description | Type | Additional information |
---|---|---|---|
PosObj | Job_Employer_PositionEntitySmall |
None. |
|
EmpObj | Job_EmployeeEntitySmall |
None. |
|
CompObj | Job_EmployerEntitySmall |
None. |
Response Formats
application/json, text/json
Sample:
{ "PosObj": { "PositionName": "sample string 1", "SalerStart": 2, "SalerEnd": 3, "UpdateTime": "sample string 4", "Kind": "sample string 5", "ProvinceName": "sample string 6", "Num": 7, "DegreeName": "sample string 8", "Term": "sample string 9", "Memo": "sample string 10", "EmployerID": 11, "InviteId": 12 }, "EmpObj": { "Account": "sample string 1", "ID": 2, "EmployeeName": "sample string 3", "EmployeeName1": "sample string 4", "Sex": "sample string 5", "Photo": "sample string 6", "Showkind": 7, "Saler": "sample string 8", "PosName1": "sample string 9", "PosName2": "sample string 10", "PosName3": "sample string 11", "Experience": "sample string 12", "ProvinceName": "sample string 13", "ProvinceId": "sample string 14", "CityName": "sample string 15", "AreaName": "sample string 16", "DegreeId": 17, "DegreeIdStr": "sample string 18", "Updatetime": "sample string 19", "DegreeName": "sample string 20", "BirthdayStr": "sample string 21", "LocusId": "sample string 22", "LocusStr": "sample string 23", "NowInCityId": "sample string 24", "NowInCityStr": "sample string 25", "WantWorkPlace": "sample string 26", "WorkType": "sample string 27", "CanWorkTime": "sample string 28", "TeChang": "sample string 29", "Memo": "sample string 30", "Memo1": "sample string 31", "Email": "sample string 32", "HomePage": "sample string 33", "Address": "sample string 34", "Age": 35, "AgeStr": "sample string 36", "CityStr": "sample string 37", "Height": "sample string 38", "Marry": "sample string 39", "Phone": "sample string 40", "Mobile": "sample string 41", "QQ": "sample string 42", "WeiXing": "sample string 43", "Message": "sample string 44", "Identify": "sample string 45", "IdentifyType": "sample string 46", "Collage": "sample string 47", "Profession": "sample string 48", "SalerStart": null, "EmployerDegreesAll": [ { "DegreeId": 1, "DegreeName": "sample string 2" }, { "DegreeId": 1, "DegreeName": "sample string 2" } ] }, "CompObj": { "ID": 1, "EmployerName": "sample string 2", "EmployerType": "sample string 3", "EmployerIndustry": "sample string 4", "TheNumberOf": 5, "TheNumberOfStr": "sample string 6", "CityName": "sample string 7", "Memo": "sample string 8" } }