POST Api/DiscountMember/GetOne
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": "b6e3dd6e-7a1a-4318-a03e-a4428033ed91",
"MemberId": "52498d17-52b4-4dc5-a668-ae078311baba",
"OilStationDiscountId": "052655b3-0d65-48cb-b90e-ce9e4946d6ca",
"CreateTime": "2026-03-02T19:53:06.0483759+08:00",
"CreateTimeToString": "2026-03-02 19:53:06",
"OilStationId": "34fa37a3-e522-43be-9a55-1eb3b0b1207d",
"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:53:06.0483759+08:00</CreateTime> <DiscountMoney>1</DiscountMoney> <DiscountName>sample string 4</DiscountName> <Id>b6e3dd6e-7a1a-4318-a03e-a4428033ed91</Id> <Integral>1</Integral> <IsSpecifiedOil>true</IsSpecifiedOil> <MemberId>52498d17-52b4-4dc5-a668-ae078311baba</MemberId> <MemberName>sample string 3</MemberName> <MemberType>1</MemberType> <Money>1</Money> <OilStationDiscountId>052655b3-0d65-48cb-b90e-ce9e4946d6ca</OilStationDiscountId> <OilStationId>34fa37a3-e522-43be-9a55-1eb3b0b1207d</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.