POST api/Invoice/GetNewInvoiceList
Request Information
URI Parameters
None.
Body Parameters
InvoiceNewRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| invoice_code | string |
None. |
|
| invoice_num | string |
None. |
|
| seller_name | string |
None. |
|
| invoice_type | integer |
None. |
|
| remarks | string |
None. |
|
| docu_type | integer |
None. |
|
| is_inv | string |
None. |
|
| inv_sn | string |
None. |
|
| cost_name | string |
None. |
|
| invoice_start_time | string |
None. |
|
| invoice_end_time | string |
None. |
|
| is_flie_status | integer |
None. |
|
| xml_pdf | string |
None. |
|
| is_red | string |
None. |
|
| start_money | decimal number |
None. |
|
| end_money | decimal number |
None. |
|
| belong_emp_name | string |
None. |
|
| red_status | string |
None. |
|
| is_red_tag | string |
None. |
|
| sortname | string |
None. |
|
| sortorder | 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:
{
"invoice_code": "sample string 1",
"invoice_num": "sample string 2",
"seller_name": "sample string 3",
"invoice_type": 1,
"remarks": "sample string 4",
"docu_type": 1,
"is_inv": "sample string 5",
"inv_sn": "sample string 6",
"cost_name": "sample string 7",
"invoice_start_time": "sample string 8",
"invoice_end_time": "sample string 9",
"is_flie_status": 1,
"xml_pdf": "sample string 10",
"is_red": "sample string 11",
"start_money": 1.0,
"end_money": 1.0,
"belong_emp_name": "sample string 12",
"red_status": "sample string 13",
"is_red_tag": "sample string 14",
"sortname": "sample string 15",
"sortorder": "sample string 16",
"page": 17,
"page_size": 18,
"user_id": "sample string 19",
"token": "sample string 20"
}
application/xml, text/xml
Sample:
<InvoiceNewRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model"> <token>sample string 20</token> <user_id>sample string 19</user_id> <page>17</page> <page_size>18</page_size> <belong_emp_name>sample string 12</belong_emp_name> <cost_name>sample string 7</cost_name> <docu_type>1</docu_type> <end_money>1</end_money> <inv_sn>sample string 6</inv_sn> <invoice_code>sample string 1</invoice_code> <invoice_end_time>sample string 9</invoice_end_time> <invoice_num>sample string 2</invoice_num> <invoice_start_time>sample string 8</invoice_start_time> <invoice_type>1</invoice_type> <is_flie_status>1</is_flie_status> <is_inv>sample string 5</is_inv> <is_red>sample string 11</is_red> <is_red_tag>sample string 14</is_red_tag> <red_status>sample string 13</red_status> <remarks>sample string 4</remarks> <seller_name>sample string 3</seller_name> <sortname>sample string 15</sortname> <sortorder>sample string 16</sortorder> <start_money>1</start_money> <xml_pdf>sample string 10</xml_pdf> </InvoiceNewRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | 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. |