POST Api/PayOrder/GetList
Request Information
URI Parameters
None.
Body Parameters
PayOrderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| CouponMemberId | globally unique identifier |
None. |
|
| OilStationId | globally unique identifier |
None. |
|
| OilGunId | globally unique identifier |
None. |
|
| OilCardId | globally unique identifier |
None. |
|
| PayOrderNo | string |
None. |
|
| TotalMoney | decimal number |
None. |
|
| PayOrderSource | integer |
None. |
|
| PayOrderSourceName | string |
None. |
|
| PayOrderStatus | integer |
None. |
|
| PayOrderStatusName | string |
None. |
|
| PayOrderType | integer |
None. |
|
| PayOrderTypeName | string |
None. |
|
| CardNo | string |
None. |
|
| PayTime | date |
None. |
|
| PayTimeToString | string |
None. |
|
| PayMethod | integer |
None. |
|
| PayMethodName | string |
None. |
|
| PayAmount | decimal number |
None. |
|
| CouponMoney | decimal number |
None. |
|
| CreateTime | date |
None. |
|
| CreateTimeToString | string |
None. |
|
| IsCancel | boolean |
None. |
|
| Remark | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| WxOpenId | string |
None. |
|
| PrepayId | string |
None. |
|
| OilTransactionRecordId | globally unique identifier |
None. |
|
| PayPlatform | integer |
None. |
|
| PayPlatformName | string |
None. |
|
| AllinPayTrxid | string |
None. |
|
| MemberName | string |
None. |
|
| PhoneNum | string |
None. |
|
| StationName | string |
None. |
|
| SearchTimeSpan | Collection of string |
None. |
|
| SearchPayOrderType | integer |
None. |
|
| SearchPayOrderStatus | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "8c11ae58-d2c5-430f-bd33-7fd9fb6341b5",
"MemberId": "4bf126ac-0c15-43fe-b393-99b2c52671ca",
"CouponMemberId": "a2bdeb01-5893-4b2e-a9ec-80e945b796f4",
"OilStationId": "5ecebf16-7fa7-4818-9199-5e3828207733",
"OilGunId": "61c8bd12-6f29-4e18-a496-19f86a8226fc",
"OilCardId": "e8518ca1-c380-4b85-b264-0fcc59a4087d",
"PayOrderNo": "sample string 2",
"TotalMoney": 1.0,
"PayOrderSource": 1,
"PayOrderSourceName": "APP",
"PayOrderStatus": 1,
"PayOrderStatusName": "支付成功",
"PayOrderType": 1,
"PayOrderTypeName": "加油前支付",
"CardNo": "sample string 3",
"PayTime": "2026-03-02T19:53:04.4258535+08:00",
"PayTimeToString": "2026-03-02 19:53:04",
"PayMethod": 1,
"PayMethodName": "支付宝",
"PayAmount": 1.0,
"CouponMoney": 1.0,
"CreateTime": "2026-03-02T19:53:04.4258535+08:00",
"CreateTimeToString": "2026-03-02 19:53:04",
"IsCancel": true,
"Remark": "sample string 4",
"IsDeleted": true,
"WxOpenId": "sample string 5",
"PrepayId": "sample string 6",
"OilTransactionRecordId": "aa3a5949-2c7d-4e25-9de7-af6bdbad69de",
"PayPlatform": 1,
"PayPlatformName": "官方支付",
"AllinPayTrxid": "sample string 7",
"MemberName": "sample string 8",
"PhoneNum": "sample string 9",
"StationName": "sample string 10",
"SearchTimeSpan": [
"sample string 1",
"sample string 2"
],
"SearchPayOrderType": 1,
"SearchPayOrderStatus": 1,
"PageIndex": 11,
"PageSize": 12,
"Total": 13
}
application/xml, text/xml
Sample:
<PayOrderDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model">
<_x003C_PageIndex_x003E_k__BackingField>11</_x003C_PageIndex_x003E_k__BackingField>
<_x003C_PageSize_x003E_k__BackingField>12</_x003C_PageSize_x003E_k__BackingField>
<_x003C_Total_x003E_k__BackingField>13</_x003C_Total_x003E_k__BackingField>
<AllinPayTrxid>sample string 7</AllinPayTrxid>
<CardNo>sample string 3</CardNo>
<CouponMemberId>a2bdeb01-5893-4b2e-a9ec-80e945b796f4</CouponMemberId>
<CouponMoney>1</CouponMoney>
<CreateTime>2026-03-02T19:53:04.4258535+08:00</CreateTime>
<Id>8c11ae58-d2c5-430f-bd33-7fd9fb6341b5</Id>
<IsCancel>true</IsCancel>
<IsDeleted>true</IsDeleted>
<MemberId>4bf126ac-0c15-43fe-b393-99b2c52671ca</MemberId>
<MemberName>sample string 8</MemberName>
<OilCardId>e8518ca1-c380-4b85-b264-0fcc59a4087d</OilCardId>
<OilGunId>61c8bd12-6f29-4e18-a496-19f86a8226fc</OilGunId>
<OilStationId>5ecebf16-7fa7-4818-9199-5e3828207733</OilStationId>
<OilTransactionRecordId>aa3a5949-2c7d-4e25-9de7-af6bdbad69de</OilTransactionRecordId>
<PayAmount>1</PayAmount>
<PayMethod>1</PayMethod>
<PayOrderNo>sample string 2</PayOrderNo>
<PayOrderSource>1</PayOrderSource>
<PayOrderStatus>1</PayOrderStatus>
<PayOrderType>1</PayOrderType>
<PayPlatform>1</PayPlatform>
<PayTime>2026-03-02T19:53:04.4258535+08:00</PayTime>
<PhoneNum>sample string 9</PhoneNum>
<PrepayId>sample string 6</PrepayId>
<Remark>sample string 4</Remark>
<SearchPayOrderStatus>1</SearchPayOrderStatus>
<SearchPayOrderType>1</SearchPayOrderType>
<SearchTimeSpan xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</SearchTimeSpan>
<StationName>sample string 10</StationName>
<TotalMoney>1</TotalMoney>
<WxOpenId>sample string 5</WxOpenId>
</PayOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.