POST spsapi/SalarySale/GetTripartiteAlibabaStoreList

获取三方阿里巴巴员工与店铺关联列表

Request Information

URI Parameters

None.

Body Parameters

SaleSalaryStoreRequest
NameDescriptionTypeAdditional information
StoreName

店铺名称

string

None.

EmpName

员工姓名

string

None.

MaxResultCount

每页多少条

integer

None.

SkipCount

越过多少条

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StoreName": "sample string 1",
  "EmpName": "sample string 2",
  "MaxResultCount": 3,
  "SkipCount": 4
}

application/xml, text/xml

Sample:
<SaleSalaryStoreRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.SalaryModels">
  <MaxResultCount>3</MaxResultCount>
  <SkipCount>4</SkipCount>
  <EmpName>sample string 2</EmpName>
  <StoreName>sample string 1</StoreName>
</SaleSalaryStoreRequest>

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

Response Information

Resource Description

SalaryBasePageResultOfSaleSalaryTripartiteStoreDto
NameDescriptionTypeAdditional information
rows

Collection of SaleSalaryTripartiteStoreDto

None.

total

integer

None.

errcode

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

ErrCode

None.

message

消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "rows": [
    {
      "id": 1,
      "emp_id": 2,
      "emp_code": "sample string 3",
      "emp_name": "sample string 4",
      "store_id": 5,
      "store_name": "sample string 6",
      "create_name": "sample string 7",
      "create_time": "2024-11-25T17:56:43.3496481+08:00",
      "update_name": "sample string 8",
      "update_time": "2024-11-25T17:56:43.3496481+08:00",
      "is_delete": 9
    },
    {
      "id": 1,
      "emp_id": 2,
      "emp_code": "sample string 3",
      "emp_name": "sample string 4",
      "store_id": 5,
      "store_name": "sample string 6",
      "create_name": "sample string 7",
      "create_time": "2024-11-25T17:56:43.3496481+08:00",
      "update_name": "sample string 8",
      "update_time": "2024-11-25T17:56:43.3496481+08:00",
      "is_delete": 9
    }
  ],
  "total": 1,
  "errcode": 2,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<SalaryBasePageResultOfSaleSalaryTripartiteStoreDtokfa5FTaK 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>
  <rows>
    <SaleSalaryTripartiteStoreDto>
      <create_name>sample string 7</create_name>
      <create_time>2024-11-25T17:56:43.3496481+08:00</create_time>
      <emp_code>sample string 3</emp_code>
      <emp_id>2</emp_id>
      <emp_name>sample string 4</emp_name>
      <id>1</id>
      <is_delete>9</is_delete>
      <store_id>5</store_id>
      <store_name>sample string 6</store_name>
      <update_name>sample string 8</update_name>
      <update_time>2024-11-25T17:56:43.3496481+08:00</update_time>
    </SaleSalaryTripartiteStoreDto>
    <SaleSalaryTripartiteStoreDto>
      <create_name>sample string 7</create_name>
      <create_time>2024-11-25T17:56:43.3496481+08:00</create_time>
      <emp_code>sample string 3</emp_code>
      <emp_id>2</emp_id>
      <emp_name>sample string 4</emp_name>
      <id>1</id>
      <is_delete>9</is_delete>
      <store_id>5</store_id>
      <store_name>sample string 6</store_name>
      <update_name>sample string 8</update_name>
      <update_time>2024-11-25T17:56:43.3496481+08:00</update_time>
    </SaleSalaryTripartiteStoreDto>
  </rows>
  <total>1</total>
</SalaryBasePageResultOfSaleSalaryTripartiteStoreDtokfa5FTaK>