POST api/XmhHr/SaveRegularContract
Request Information
URI Parameters
None.
Body Parameters
oa_peo_regularcontractName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
openId | string |
None. |
|
name | string |
None. |
|
ID_number | string |
None. |
|
dept_name | string |
None. |
|
company_id | integer |
None. |
|
company_name | string |
None. |
|
year | integer |
None. |
|
ht_year | integer |
None. |
|
ht_month | integer |
None. |
|
ht_day | integer |
None. |
|
sign_file | string |
None. |
|
select_year | integer |
None. |
|
select_month | integer |
None. |
|
select_day | integer |
None. |
|
create_time | date |
None. |
|
is_delete | integer |
None. |
|
pic_name | string |
None. |
|
file_path | string |
None. |
|
doc_pic_name | string |
None. |
|
sign_pic_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "openId": "sample string 2", "name": "sample string 3", "ID_number": "sample string 4", "dept_name": "sample string 5", "company_id": 1, "company_name": "sample string 6", "year": 1, "ht_year": 1, "ht_month": 1, "ht_day": 1, "sign_file": "sample string 7", "select_year": 1, "select_month": 1, "select_day": 1, "create_time": "2024-11-25T17:59:58.7842184+08:00", "is_delete": 1, "pic_name": "sample string 8", "file_path": "sample string 9", "doc_pic_name": "sample string 10", "sign_pic_name": "sample string 11" }
application/xml, text/xml
Sample:
<oa_peo_regularcontract xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xinminghui.Entity"> <ID_number>sample string 4</ID_number> <company_id>1</company_id> <company_name>sample string 6</company_name> <create_time>2024-11-25T17:59:58.7842184+08:00</create_time> <dept_name>sample string 5</dept_name> <doc_pic_name>sample string 10</doc_pic_name> <file_path>sample string 9</file_path> <ht_day>1</ht_day> <ht_month>1</ht_month> <ht_year>1</ht_year> <id>1</id> <is_delete>1</is_delete> <name>sample string 3</name> <openId>sample string 2</openId> <pic_name>sample string 8</pic_name> <select_day>1</select_day> <select_month>1</select_month> <select_year>1</select_year> <sign_file>sample string 7</sign_file> <sign_pic_name>sample string 11</sign_pic_name> <year>1</year> </oa_peo_regularcontract>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
UploadFileResponseName | Description | Type | Additional information |
---|---|---|---|
filePath |
保存路径 |
string |
None. |
picName |
图片名称 |
string |
None. |
doc_picName | string |
None. |
|
msg |
消息 |
string |
None. |
result |
是否成功 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "filePath": "sample string 1", "picName": "sample string 2", "doc_picName": "sample string 3", "msg": "sample string 4", "result": true }
application/xml, text/xml
Sample:
<UploadFileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi"> <msg>sample string 4</msg> <result>true</result> <doc_picName>sample string 3</doc_picName> <filePath>sample string 1</filePath> <picName>sample string 2</picName> </UploadFileResponse>