POST api/Invoice/GetCostInvoiceList
获取发票费用列表
Request Information
URI Parameters
None.
Body Parameters
请求数据
CostInvoiceListRequestName | Description | Type | Additional information |
---|---|---|---|
is_page |
展示页1:数量页面 2:金额界面 |
integer |
None. |
datatypes |
日期类型 日:0 月:1 年:2 |
string |
None. |
year |
年份 |
string |
None. |
start_time |
起始时间 |
string |
None. |
end_time |
结束时间 |
string |
None. |
sortname |
排序字段 |
string |
None. |
sortorder |
降序desc 升序 asc |
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:
{ "is_page": 1, "datatypes": "sample string 2", "year": "sample string 3", "start_time": "sample string 4", "end_time": "sample string 5", "sortname": "sample string 6", "sortorder": "sample string 7", "page": 8, "page_size": 9, "user_id": "sample string 10", "token": "sample string 11" }
application/xml, text/xml
Sample:
<CostInvoiceListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model"> <token>sample string 11</token> <user_id>sample string 10</user_id> <page>8</page> <page_size>9</page_size> <datatypes>sample string 2</datatypes> <end_time>sample string 5</end_time> <is_page>1</is_page> <sortname>sample string 6</sortname> <sortorder>sample string 7</sortorder> <start_time>sample string 4</start_time> <year>sample string 3</year> </CostInvoiceListRequest>
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. |