POST Api/DiscountMember/GetList
Request Information
URI Parameters
None.
Body Parameters
DiscountMemberDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| OilStationDiscountId | globally unique identifier |
None. |
|
| CreateTime | date |
None. |
|
| CreateTimeToString | string |
None. |
|
| OilStationId | globally unique identifier |
None. |
|
| MemberType | integer |
None. |
|
| MemberTypeName | string |
None. |
|
| PhoneNum | string |
None. |
|
| MemberName | string |
None. |
|
| Integral | integer |
None. |
|
| Money | decimal number |
None. |
|
| DiscountName | string |
None. |
|
| DiscountMoney | decimal number |
None. |
|
| IsSpecifiedOil | boolean |
None. |
|
| IsSpecifiedOilToString | string |
None. |
|
| SpecifiedOilCode | string |
None. |
|
| SpecifiedOilCodeName | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e7ef7b66-a901-49f8-89ac-6572702a1d79",
"MemberId": "3d14cb40-2ab9-4f1f-8968-5644e6e150a1",
"OilStationDiscountId": "e410de5b-22ea-4a99-9ce5-a94af114c576",
"CreateTime": "2026-03-02T19:54:02.4799803+08:00",
"CreateTimeToString": "2026-03-02 19:54:02",
"OilStationId": "e21d42a5-0ddd-4d24-86bf-8ba1676b62d4",
"MemberType": 1,
"MemberTypeName": "App",
"PhoneNum": "sample string 2",
"MemberName": "sample string 3",
"Integral": 1,
"Money": 1.0,
"DiscountName": "sample string 4",
"DiscountMoney": 1.0,
"IsSpecifiedOil": true,
"IsSpecifiedOilToString": "是",
"SpecifiedOilCode": "sample string 5",
"SpecifiedOilCodeName": "sample string 6",
"PageIndex": 7,
"PageSize": 8,
"Total": 9
}
application/xml, text/xml
Sample:
<DiscountMemberDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model"> <_x003C_PageIndex_x003E_k__BackingField>7</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>8</_x003C_PageSize_x003E_k__BackingField> <_x003C_Total_x003E_k__BackingField>9</_x003C_Total_x003E_k__BackingField> <CreateTime>2026-03-02T19:54:02.4799803+08:00</CreateTime> <DiscountMoney>1</DiscountMoney> <DiscountName>sample string 4</DiscountName> <Id>e7ef7b66-a901-49f8-89ac-6572702a1d79</Id> <Integral>1</Integral> <IsSpecifiedOil>true</IsSpecifiedOil> <MemberId>3d14cb40-2ab9-4f1f-8968-5644e6e150a1</MemberId> <MemberName>sample string 3</MemberName> <MemberType>1</MemberType> <Money>1</Money> <OilStationDiscountId>e410de5b-22ea-4a99-9ce5-a94af114c576</OilStationDiscountId> <OilStationId>e21d42a5-0ddd-4d24-86bf-8ba1676b62d4</OilStationId> <PhoneNum>sample string 2</PhoneNum> <SpecifiedOilCode>sample string 5</SpecifiedOilCode> <SpecifiedOilCodeName>sample string 6</SpecifiedOilCodeName> </DiscountMemberDto>
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.