POST api/Beilv/UserBeilvPlanInfo

Request Information

URI Parameters

None.

Body Parameters

UserBeilvPlanInfoPost
NameDescriptionTypeAdditional information
beilvId

integer

None.

tel

登录账号

string

None.

token

token

string

None.

uid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "beilvId": 1,
  "tel": "sample string 2",
  "token": "sample string 3",
  "uid": 1
}

application/xml, text/xml

Sample:
<UserBeilvPlanInfoPost 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>
  <beilvId>1</beilvId>
</UserBeilvPlanInfoPost>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UserBeilvPlanInfoResult
NameDescriptionTypeAdditional information
list

数组: UserBeilvPlanInfoItem

None.

code

状态码,200成功,300错误,400缺少参数,500没有权限,301数据不存在...

integer

None.

msg

成功或者错误的说明,例如:登录成功,token过期...

string

None.

Response Formats

application/json, text/json

Sample:
{
  "list": [
    {
      "week": 1,
      "beilv": 2.1,
      "tianqibeilv": 3.0,
      "shijibeilv": 4.0,
      "gerenrenwu": 5.0,
      "grouprenwu": 6.0,
      "daySellamount": 7.0,
      "wanchenglv": 8.0,
      "ticheng": 9.0,
      "leijiSellamount": 10.0,
      "leijiticheng": 11.0,
      "paiming": 12
    },
    {
      "week": 1,
      "beilv": 2.1,
      "tianqibeilv": 3.0,
      "shijibeilv": 4.0,
      "gerenrenwu": 5.0,
      "grouprenwu": 6.0,
      "daySellamount": 7.0,
      "wanchenglv": 8.0,
      "ticheng": 9.0,
      "leijiSellamount": 10.0,
      "leijiticheng": 11.0,
      "paiming": 12
    }
  ],
  "code": 1,
  "msg": "sample string 2"
}

application/xml, text/xml

Sample:
<UserBeilvPlanInfoResult 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">1</code>
  <msg xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 2</msg>
  <list>
    <UserBeilvPlanInfoItem>
      <beilv>2.1</beilv>
      <daySellamount>7</daySellamount>
      <gerenrenwu>5</gerenrenwu>
      <grouprenwu>6</grouprenwu>
      <leijiSellamount>10</leijiSellamount>
      <leijiticheng>11</leijiticheng>
      <paiming>12</paiming>
      <shijibeilv>4</shijibeilv>
      <tianqibeilv>3</tianqibeilv>
      <ticheng>9</ticheng>
      <wanchenglv>8</wanchenglv>
      <week>1</week>
    </UserBeilvPlanInfoItem>
    <UserBeilvPlanInfoItem>
      <beilv>2.1</beilv>
      <daySellamount>7</daySellamount>
      <gerenrenwu>5</gerenrenwu>
      <grouprenwu>6</grouprenwu>
      <leijiSellamount>10</leijiSellamount>
      <leijiticheng>11</leijiticheng>
      <paiming>12</paiming>
      <shijibeilv>4</shijibeilv>
      <tianqibeilv>3</tianqibeilv>
      <ticheng>9</ticheng>
      <wanchenglv>8</wanchenglv>
      <week>1</week>
    </UserBeilvPlanInfoItem>
  </list>
</UserBeilvPlanInfoResult>