POST api/Invoice/GetInvManagerList
获取发票管理列表
Request Information
URI Parameters
None.
Body Parameters
请求数据
InvManagerRequestName | Description | Type | Additional information |
---|---|---|---|
year |
年 |
integer |
None. |
month |
月 |
integer |
None. |
invoice_time |
日期 |
string |
None. |
docu_type |
单据类型:0-销项 1-进项 2-费用 3-银行 4-其他 |
integer |
None. |
invoice_code |
发票代码 |
string |
None. |
invoice_num |
发票号码 |
string |
None. |
invoice_type |
发票类型 |
integer |
None. |
start_invoice_time |
开票时间 |
string |
None. |
end_invoice_time |
开票时间 |
string |
None. |
seller_name |
销方名称 |
string |
None. |
start_total_money |
合计金额 |
string |
None. |
end_total_money |
合计金额 |
string |
None. |
enter_emp_name |
录入人 |
string |
None. |
start_enter_time |
录入时间 |
string |
None. |
end_enter_time |
录入时间 |
string |
None. |
page |
页码 |
integer |
None. |
page_size |
每页显示条数 |
integer |
None. |
user_id |
当前登录者Id |
string |
None. |
token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "year": 1, "month": 1, "invoice_time": "sample string 1", "docu_type": 1, "invoice_code": "sample string 2", "invoice_num": "sample string 3", "invoice_type": 1, "start_invoice_time": "sample string 4", "end_invoice_time": "sample string 5", "seller_name": "sample string 6", "start_total_money": "sample string 7", "end_total_money": "sample string 8", "enter_emp_name": "sample string 9", "start_enter_time": "sample string 10", "end_enter_time": "sample string 11", "page": 12, "page_size": 13, "user_id": "sample string 14", "token": "sample string 15" }
application/xml, text/xml
Sample:
<InvManagerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model"> <token>sample string 15</token> <user_id>sample string 14</user_id> <page>12</page> <page_size>13</page_size> <docu_type>1</docu_type> <end_enter_time>sample string 11</end_enter_time> <end_invoice_time>sample string 5</end_invoice_time> <end_total_money>sample string 8</end_total_money> <enter_emp_name>sample string 9</enter_emp_name> <invoice_code>sample string 2</invoice_code> <invoice_num>sample string 3</invoice_num> <invoice_time>sample string 1</invoice_time> <invoice_type>1</invoice_type> <month>1</month> <seller_name>sample string 6</seller_name> <start_enter_time>sample string 10</start_enter_time> <start_invoice_time>sample string 4</start_invoice_time> <start_total_money>sample string 7</start_total_money> <year>1</year> </InvManagerRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
获取发票管理列表
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |