POST Api/PayOrder/GetOneBypayOrderNo
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": "6ef90794-36ec-4707-a71c-38df079471ed",
"MemberId": "1996fc71-562b-41f6-a462-239880fd85d9",
"CouponMemberId": "48ad9adb-905b-430e-9b01-656d3109cd2a",
"OilStationId": "1acab299-50ea-4bf0-80dd-9de63e54a780",
"OilGunId": "f9530d80-5add-4cd2-958d-339b98bdd094",
"OilCardId": "350a45ba-9996-4c8c-b84c-f409054e13a6",
"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:54:35.0424773+08:00",
"PayTimeToString": "2026-03-02 19:54:35",
"PayMethod": 1,
"PayMethodName": "支付宝",
"PayAmount": 1.0,
"CouponMoney": 1.0,
"CreateTime": "2026-03-02T19:54:35.0424773+08:00",
"CreateTimeToString": "2026-03-02 19:54:35",
"IsCancel": true,
"Remark": "sample string 4",
"IsDeleted": true,
"WxOpenId": "sample string 5",
"PrepayId": "sample string 6",
"OilTransactionRecordId": "3108baf0-b111-48f5-8d37-bb34cef016f9",
"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>48ad9adb-905b-430e-9b01-656d3109cd2a</CouponMemberId>
<CouponMoney>1</CouponMoney>
<CreateTime>2026-03-02T19:54:35.0424773+08:00</CreateTime>
<Id>6ef90794-36ec-4707-a71c-38df079471ed</Id>
<IsCancel>true</IsCancel>
<IsDeleted>true</IsDeleted>
<MemberId>1996fc71-562b-41f6-a462-239880fd85d9</MemberId>
<MemberName>sample string 8</MemberName>
<OilCardId>350a45ba-9996-4c8c-b84c-f409054e13a6</OilCardId>
<OilGunId>f9530d80-5add-4cd2-958d-339b98bdd094</OilGunId>
<OilStationId>1acab299-50ea-4bf0-80dd-9de63e54a780</OilStationId>
<OilTransactionRecordId>3108baf0-b111-48f5-8d37-bb34cef016f9</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:54:35.0424773+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.