POST api/WzAppHrInsertRcm
添加招聘
请求信息
URI 参数
None.
Body 请求体 参数
INPUTxccp_PX_WeiZhan_HrInsertRcmName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
JobID | integer |
None. |
|
UdJobName | string |
None. |
|
sex | integer |
None. |
|
JobNum | string |
None. |
|
WorkTimeTp | integer |
None. |
|
EducationL | integer |
None. |
|
JobAgeL | integer |
None. |
|
Salary | integer |
None. |
|
JobAreaID | integer |
None. |
|
JobRequest | string |
None. |
|
UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "JobID": 2, "UdJobName": "sample string 3", "sex": 4, "JobNum": "sample string 5", "WorkTimeTp": 6, "EducationL": 7, "JobAgeL": 8, "Salary": 9, "JobAreaID": 10, "JobRequest": "sample string 11", "UserID": 12 }
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
CxccApiMsgName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.