POST api/Beilv/beilvPlanInfo
Request Information
URI Parameters
None.
Body Parameters
beilvPlanInfoPost| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| tel |
登录账号 |
string |
None. |
| token |
token |
string |
None. |
| uid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"tel": "sample string 2",
"token": "sample string 3",
"uid": 1
}
application/xml, text/xml
Sample:
<beilvPlanInfoPost 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> <id>1</id> </beilvPlanInfoPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
beilvPlanInfoResult| Name | Description | Type | Additional information |
|---|---|---|---|
| creatDt | string |
None. |
|
| beginDt | string |
None. |
|
| endDt | string |
None. |
|
| beilvDays | decimal number |
None. |
|
| beilvAmount | decimal number |
None. |
|
| groupname | string |
None. |
|
| failCount | integer |
None. |
|
| failPercent |
未完成百分比(不带百分号,下同) |
decimal number |
None. |
| OkCount | integer |
None. |
|
| OkPercent | decimal number |
None. |
|
| betterCount | integer |
None. |
|
| betterPercent | decimal number |
None. |
|
| AllAmount | decimal number |
None. |
|
| AllPercent | decimal number |
None. |
|
| MonthAmount | decimal number |
None. |
|
| planAmount |
本周预计倍率销售额 |
decimal number |
None. |
| weidu | integer |
None. |
|
| edit |
是否显示修改按钮,edit==1可以修改。edit==0不修改 |
integer |
None. |
| code |
状态码,200成功,300错误,400缺少参数,500没有权限,301数据不存在... |
integer |
None. |
| msg |
成功或者错误的说明,例如:登录成功,token过期... |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"creatDt": "sample string 1",
"beginDt": "sample string 2",
"endDt": "sample string 3",
"beilvDays": 4.1,
"beilvAmount": 5.0,
"groupname": "sample string 6",
"failCount": 7,
"failPercent": 8.1,
"OkCount": 9,
"OkPercent": 10.1,
"betterCount": 11,
"betterPercent": 12.1,
"AllAmount": 13.0,
"AllPercent": 14.0,
"MonthAmount": 15.0,
"planAmount": 16.0,
"weidu": 17,
"edit": 1,
"code": 18,
"msg": "sample string 19"
}
application/xml, text/xml
Sample:
<beilvPlanInfoResult 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">18</code> <msg xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 19</msg> <AllAmount>13</AllAmount> <AllPercent>14</AllPercent> <MonthAmount>15</MonthAmount> <OkCount>9</OkCount> <OkPercent>10.1</OkPercent> <beginDt>sample string 2</beginDt> <beilvAmount>5</beilvAmount> <beilvDays>4.1</beilvDays> <betterCount>11</betterCount> <betterPercent>12.1</betterPercent> <creatDt>sample string 1</creatDt> <edit>1</edit> <endDt>sample string 3</endDt> <failCount>7</failCount> <failPercent>8.1</failPercent> <groupname>sample string 6</groupname> <planAmount>16</planAmount> <weidu>17</weidu> </beilvPlanInfoResult>