POST Invoice/GetInvoiceOrderList
请求参数
URI 参数
无。
Body 参数
GetInvoiceOrderListParam名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
UserName | string |
无。 |
|
InvoiceNo | string |
无。 |
|
OrderNo | string |
无。 |
|
VipName | string |
无。 |
|
InvoiceStatus | integer |
无。 |
|
OrderStatus | integer |
无。 |
|
StartDate | date |
无。 |
|
EndDate | date |
无。 |
|
PageSize | integer |
无。 |
|
PageIndex | integer |
无。 |
|
access_token | string |
无。 |
请求格式
application/json, text/json
示例:
{ "UserName": "sample string 1", "InvoiceNo": "sample string 2", "OrderNo": "sample string 3", "VipName": "sample string 4", "InvoiceStatus": 1, "OrderStatus": 1, "StartDate": "2025-05-04 21:24:26", "EndDate": "2025-05-04 21:24:26", "PageSize": 5, "PageIndex": 6, "access_token": "sample string 7" }
application/xml, text/xml
示例:
<GetInvoiceOrderListParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.BS.Entity.Requestparam"> <EndDate>2025-05-04T21:24:26.7396036+08:00</EndDate> <InvoiceNo>sample string 2</InvoiceNo> <InvoiceStatus>1</InvoiceStatus> <OrderNo>sample string 3</OrderNo> <OrderStatus>1</OrderStatus> <PageIndex>6</PageIndex> <PageSize>5</PageSize> <StartDate>2025-05-04T21:24:26.7396036+08:00</StartDate> <UserName>sample string 1</UserName> <VipName>sample string 4</VipName> <access_token>sample string 7</access_token> </GetInvoiceOrderListParam>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Version | Version |
无。 |
|
Content | HttpContent |
无。 |
|
StatusCode | HttpStatusCode |
无。 |
|
ReasonPhrase | string |
无。 |
|
Headers | Object 集合 |
无。 |
|
RequestMessage | HttpRequestMessage |
无。 |
|
IsSuccessStatusCode | boolean |
无。 |