POST Api/DiscountMember/Delete

Request Information

URI Parameters

None.

Body Parameters

DiscountMemberDto
NameDescriptionTypeAdditional 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": "c1ab98be-389e-4a5a-be66-090c57713214",
  "MemberId": "a2d9bd1e-a91a-432f-984e-fd66b4b3d196",
  "OilStationDiscountId": "41e6bd68-01d8-469a-9110-8855cd5fe481",
  "CreateTime": "2026-03-02T19:54:55.7102688+08:00",
  "CreateTimeToString": "2026-03-02 19:54:55",
  "OilStationId": "1b8c7b0b-2863-4fff-bb94-13f6527de18d",
  "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:55.7102688+08:00</CreateTime>
  <DiscountMoney>1</DiscountMoney>
  <DiscountName>sample string 4</DiscountName>
  <Id>c1ab98be-389e-4a5a-be66-090c57713214</Id>
  <Integral>1</Integral>
  <IsSpecifiedOil>true</IsSpecifiedOil>
  <MemberId>a2d9bd1e-a91a-432f-984e-fd66b4b3d196</MemberId>
  <MemberName>sample string 3</MemberName>
  <MemberType>1</MemberType>
  <Money>1</Money>
  <OilStationDiscountId>41e6bd68-01d8-469a-9110-8855cd5fe481</OilStationDiscountId>
  <OilStationId>1b8c7b0b-2863-4fff-bb94-13f6527de18d</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.