POST spsapi/SalarySale/UpdateTripartiteAlibaba

更新三方阿里巴巴员工绩效薪资

Request Information

URI Parameters

None.

Body Parameters

UpdateSalarySaleAlibabaRequest
NameDescriptionTypeAdditional information
id

主键

integer

None.

key

修改项(store_fee,store_sales,policy_products_num,policy_products_bonus,delivery_order_bonus)

string

None.

value

修改值

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "key": "sample string 2",
  "value": 3.0
}

application/xml, text/xml

Sample:
<UpdateSalarySaleAlibabaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.SalaryModels">
  <id>1</id>
  <key>sample string 2</key>
  <value>3</value>
</UpdateSalarySaleAlibabaRequest>

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 'UpdateSalarySaleAlibabaRequest'.

Response Information

Resource Description

SalaryBaseResponse
NameDescriptionTypeAdditional information
errcode

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

ErrCode

None.

message

消息

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<SalaryBaseResponse 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 1</message>
</SalaryBaseResponse>