POST api/TwoMenDianLiRun/getInfo
Request Information
URI Parameters
None.
Body Parameters
mendianlirunInfoPost| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
None. |
|
| month | integer |
None. |
|
| groupid | integer |
None. |
|
| tel |
登录账号 |
string |
None. |
| token |
token |
string |
None. |
| uid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"year": 1,
"month": 2,
"groupid": 3,
"tel": "sample string 4",
"token": "sample string 5",
"uid": 1
}
application/xml, text/xml
Sample:
<mendianlirunInfoPost 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 4</tel> <token xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 5</token> <uid xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">1</uid> <groupid>3</groupid> <month>2</month> <year>1</year> </mendianlirunInfoPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
mendianlirunInfoResule| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| groupid | integer |
None. |
|
| groupname | string |
None. |
|
| month |
传递日期格式,如2019年3月,传递2019-03-01 .只能输入曾经的月份,不能是当前月 |
string |
None. |
| sellcount | decimal number |
None. |
|
| xiaoshouchengben | decimal number |
None. |
|
| maolirun | decimal number |
None. |
|
| fangzu | decimal number |
None. |
|
| zhuangxiu | decimal number |
None. |
|
| gongzi | decimal number |
None. |
|
| dianfei | decimal number |
None. |
|
| anzhuangfei | decimal number |
None. |
|
| richangkaizhi | decimal number |
None. |
|
| houqinfentan | decimal number |
None. |
|
| remarks | string |
None. |
|
| LiRunTotal | decimal number |
None. |
|
| KaizhiTotal | decimal number |
None. |
|
| code |
状态码,200成功,300错误,400缺少参数,500没有权限,301数据不存在... |
integer |
None. |
| msg |
成功或者错误的说明,例如:登录成功,token过期... |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"groupid": 1,
"groupname": "sample string 2",
"month": "sample string 3",
"sellcount": 4.0,
"xiaoshouchengben": 5.0,
"maolirun": 6.0,
"fangzu": 7.0,
"zhuangxiu": 8.0,
"gongzi": 9.0,
"dianfei": 10.0,
"anzhuangfei": 11.0,
"richangkaizhi": 12.0,
"houqinfentan": 13.0,
"remarks": "sample string 14",
"LiRunTotal": 15.0,
"KaizhiTotal": 16.0,
"code": 17,
"msg": "sample string 18"
}
application/xml, text/xml
Sample:
<mendianlirunInfoResule 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">17</code> <msg xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 18</msg> <KaizhiTotal>16</KaizhiTotal> <LiRunTotal>15</LiRunTotal> <anzhuangfei>11</anzhuangfei> <dianfei>10</dianfei> <fangzu>7</fangzu> <gongzi>9</gongzi> <groupid>1</groupid> <groupname>sample string 2</groupname> <houqinfentan>13</houqinfentan> <id>1</id> <maolirun>6</maolirun> <month>sample string 3</month> <remarks>sample string 14</remarks> <richangkaizhi>12</richangkaizhi> <sellcount>4</sellcount> <xiaoshouchengben>5</xiaoshouchengben> <zhuangxiu>8</zhuangxiu> </mendianlirunInfoResule>