POST api/GongZi/GongZiItem
工资申请详情
Request Information
URI Parameters
None.
Body Parameters
gongziItemPost| Name | Description | Type | Additional information |
|---|---|---|---|
| gongziId | integer |
None. |
|
| tel |
登录账号 |
string |
None. |
| token |
token |
string |
None. |
| uid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"gongziId": 1,
"tel": "sample string 2",
"token": "sample string 3",
"uid": 1
}
application/xml, text/xml
Sample:
<gongziItemPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers"> <tel xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 2</tel> <token xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 3</token> <uid xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">1</uid> <gongziId>1</gongziId> </gongziItemPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
gongziItemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| month | integer |
None. |
|
| dixin | decimal number |
None. |
|
| jiaban | decimal number |
None. |
|
| other | decimal number |
None. |
|
| yingkui | decimal number |
None. |
|
| ticheng | decimal number |
None. |
|
| remarks | string |
None. |
|
| creatorName | string |
None. |
|
| creatDt | string |
None. |
|
| status | GongZiStatus |
None. |
|
| changeRemarks |
领导批示 |
string |
None. |
| weidu | integer |
None. |
|
| code |
状态码,200成功,300错误,400缺少参数,500没有权限,301数据不存在... |
integer |
None. |
| msg |
成功或者错误的说明,例如:登录成功,token过期... |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"month": 1,
"dixin": 2.0,
"jiaban": 1.0,
"other": 1.0,
"yingkui": 1.0,
"ticheng": 1.0,
"remarks": "sample string 3",
"creatorName": "sample string 4",
"creatDt": "sample string 5",
"status": 1,
"changeRemarks": "sample string 6",
"weidu": 7,
"code": 8,
"msg": "sample string 9"
}
application/xml, text/xml
Sample:
<gongziItemResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers"> <code xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">8</code> <msg xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 9</msg> <changeRemarks>sample string 6</changeRemarks> <creatDt>sample string 5</creatDt> <creatorName>sample string 4</creatorName> <dixin>2</dixin> <jiaban>1</jiaban> <month>1</month> <other>1</other> <remarks>sample string 3</remarks> <status>daichuli</status> <ticheng>1</ticheng> <weidu>7</weidu> <yingkui>1</yingkui> </gongziItemResult>