POST api/WXProgramHR/AddInterviewData
保存基本信息
Request Information
URI Parameters
None.
Body Parameters
EmpBasicInfoName | Description | Type | Additional information |
---|---|---|---|
birthday | string |
None. |
|
hunyin |
婚姻 传数字!! 0:未婚;1:已婚未育;2:已婚已育 |
string |
None. |
isHasRelative | integer |
None. |
|
idAddress | string |
None. |
|
identityCardNo | string |
None. |
|
minzu | string |
None. |
|
name | string |
None. |
|
needsPlanId | integer |
None. |
|
phone | string |
None. |
|
xueli | string |
None. |
|
xueli_full_time |
是否全日制(1是 0否) |
integer |
None. |
zhengzhi | string |
None. |
|
emergencyMan | string |
None. |
|
emergencyShip | string |
None. |
|
emergencyTel | string |
None. |
|
infoFromKey |
信息来源 |
integer |
None. |
acceptedSalary | decimal number |
None. |
|
expectedSalary | decimal number |
None. |
|
gender | integer |
None. |
|
region | string |
None. |
|
realAddress | string |
None. |
|
sponsor | string |
None. |
|
height | decimal number |
None. |
|
weight | decimal number |
None. |
|
hukou | integer |
None. |
|
code |
code |
string |
None. |
appid |
appid |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "birthday": "sample string 1", "hunyin": "sample string 2", "isHasRelative": 3, "idAddress": "sample string 4", "identityCardNo": "sample string 5", "minzu": "sample string 6", "name": "sample string 7", "needsPlanId": 8, "phone": "sample string 9", "xueli": "sample string 10", "xueli_full_time": 1, "zhengzhi": "sample string 11", "emergencyMan": "sample string 12", "emergencyShip": "sample string 13", "emergencyTel": "sample string 14", "infoFromKey": 1, "acceptedSalary": 1.1, "expectedSalary": 1.1, "gender": 15, "region": "sample string 16", "realAddress": "sample string 17", "sponsor": "sample string 18", "height": 19.0, "weight": 20.0, "hukou": 21, "code": "sample string 22", "appid": "sample string 23" }
application/xml, text/xml
Sample:
<EmpBasicInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi"> <appid>sample string 23</appid> <code>sample string 22</code> <acceptedSalary>1.1</acceptedSalary> <birthday>sample string 1</birthday> <emergencyMan>sample string 12</emergencyMan> <emergencyShip>sample string 13</emergencyShip> <emergencyTel>sample string 14</emergencyTel> <expectedSalary>1.1</expectedSalary> <gender>15</gender> <height>19</height> <hukou>21</hukou> <hunyin>sample string 2</hunyin> <idAddress>sample string 4</idAddress> <identityCardNo>sample string 5</identityCardNo> <infoFromKey>1</infoFromKey> <isHasRelative>3</isHasRelative> <minzu>sample string 6</minzu> <name>sample string 7</name> <needsPlanId>8</needsPlanId> <phone>sample string 9</phone> <realAddress>sample string 17</realAddress> <region>sample string 16</region> <sponsor>sample string 18</sponsor> <weight>20</weight> <xueli>sample string 10</xueli> <xueli_full_time>1</xueli_full_time> <zhengzhi>sample string 11</zhengzhi> </EmpBasicInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
CheckEmpResponseName | Description | Type | Additional information |
---|---|---|---|
name |
姓名 |
string |
None. |
needsPlanId |
招聘计划id |
integer |
None. |
postName |
面试岗位 |
string |
None. |
re_empstatus |
-1: 无面试信息数据, 0: 录入面试信息;1:面试成功;10:面试失败; 11:面试中 2:提交入职登记表;20:放弃入职;3入职办理中(弃用);30:入职办理失败;4: 录用(录用时分配账号对接钉钉) |
integer |
None. |
is_data_completed |
是否全部填写面试登记表 |
integer |
None. |
msg |
消息 |
string |
None. |
result |
是否成功 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "needsPlanId": 2, "postName": "sample string 3", "re_empstatus": 4, "is_data_completed": 5, "msg": "sample string 6", "result": true }
application/xml, text/xml
Sample:
<CheckEmpResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi"> <msg>sample string 6</msg> <result>true</result> <is_data_completed>5</is_data_completed> <name>sample string 1</name> <needsPlanId>2</needsPlanId> <postName>sample string 3</postName> <re_empstatus>4</re_empstatus> </CheckEmpResponse>