POST spsapi/SalaryBusiness/QuerySalaryPage

获取员工绩效薪资页面

Request Information

URI Parameters

None.

Body Parameters

QuerySalaryPageRequest
NameDescriptionTypeAdditional information
SalaryDate

查询日期(例:2023-08)

string

None.

EmpId

员工id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SalaryDate": "sample string 1",
  "EmpId": 2
}

application/xml, text/xml

Sample:
<QuerySalaryPageRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.SalaryModels">
  <EmpId>2</EmpId>
  <SalaryDate>sample string 1</SalaryDate>
</QuerySalaryPageRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QuerySalaryPageRequest'.

Response Information

Resource Description

SalarySelectPageResult
NameDescriptionTypeAdditional information
page_type

页面 1.仓库绩效统计-物流组 2.仓库绩效统计-拣货组 3.仓库绩效统计-加工组 4.仓库绩效统计-收货组 5.仓库绩效统计-复核组 6.销售绩效统计-君御 7.销售绩效统计-三方阿里巴巴 8.销售绩效统计-三方平台设计 9.销售绩效统计-三方平台运营 10.销售绩效统计-三方平台客服 11.终端绩效统计-司机绩效 12.终端绩效统计-员工绩效 13.终端绩效统计-组长绩效 14.终端绩效统计-内勤(服务人员)绩效

integer

None.

errcode

错误编码 100:error 401:鉴权失败;200:成功;500:内部错误;

ErrCode

None.

message

消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "page_type": 1,
  "errcode": 2,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<SalarySelectPageResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.SalaryModels">
  <errcode>Error</errcode>
  <message>sample string 2</message>
  <page_type>1</page_type>
</SalarySelectPageResult>