POST api/SJCode/SJAppr
审核随剪码
Request Information
URI Parameters
None.
Body Parameters
{EmployeeNo:被审人员工号,Result:Y为审核通过N审核不通过,SupervisorWXID:审核人员微信ID}
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
01:审核成功 02:审核信息已过期03:审核失败04:审核人员信息错误98:审核未执行99:系统错误
ResponseBase| Name | Description | Type | Additional information |
|---|---|---|---|
| State | string |
None. |
|
| Msg | string |
None. |
|
| MsgCode | string |
None. |
|
| DataValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"State": "sample string 1",
"Msg": "sample string 2",
"MsgCode": "sample string 3",
"DataValue": {}
}
application/xml, text/xml
Sample:
<ResponseBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JWS.Logic.SqlSugar.View.SJCode"> <DataValue /> <Msg>sample string 2</Msg> <MsgCode>sample string 3</MsgCode> <State>sample string 1</State> </ResponseBase>