POST Api/OilStation/GetList

Request Information

URI Parameters

None.

Body Parameters

OilStationDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CustomerId

globally unique identifier

None.

DeviceManufacturer

integer

None.

DeviceManufacturerName

string

None.

StationNo

string

None.

StationName

string

None.

StationAddress

string

None.

LeaderName

string

None.

LeaderPhoneNum

string

None.

StationType

integer

None.

StationTypeName

string

None.

ProvinceCode

string

None.

CityCode

string

None.

TownCode

string

None.

CreateTime

date

None.

CreateTimeToString

string

None.

ServiceExpirationTime

date

None.

ServiceExpirationTimeToString

string

None.

Remark

string

None.

IsDeleted

boolean

None.

TotalGunCount

integer

None.

Longitude

decimal number

None.

Latitude

decimal number

None.

UserId

globally unique identifier

None.

IsShow

boolean

None.

CustomerName

string

None.

CustomerNum

string

None.

CustomerIdList

Collection of globally unique identifier

None.

Distance

integer

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "4376904c-04be-4a76-9581-00c62e680d34",
  "CustomerId": "3299e108-4521-4c0c-8c09-d45585af243e",
  "DeviceManufacturer": 1,
  "DeviceManufacturerName": "北京拓盛",
  "StationNo": "sample string 2",
  "StationName": "sample string 3",
  "StationAddress": "sample string 4",
  "LeaderName": "sample string 5",
  "LeaderPhoneNum": "sample string 6",
  "StationType": 1,
  "StationTypeName": "加油站",
  "ProvinceCode": "sample string 7",
  "CityCode": "sample string 8",
  "TownCode": "sample string 9",
  "CreateTime": "2026-03-02T19:56:22.6372458+08:00",
  "CreateTimeToString": "2026-03-02 19:56:22",
  "ServiceExpirationTime": "2026-03-02T19:56:22.6372458+08:00",
  "ServiceExpirationTimeToString": "2026-03-02 19:56:22",
  "Remark": "sample string 10",
  "IsDeleted": true,
  "TotalGunCount": 1,
  "Longitude": 1.0,
  "Latitude": 1.0,
  "UserId": "650fc2d1-99f6-4958-806a-91caeb687661",
  "IsShow": true,
  "CustomerName": "sample string 11",
  "CustomerNum": "sample string 12",
  "CustomerIdList": [
    "d1b5ebe8-57e9-4c70-9d34-315c2c924aed",
    "69dfcab3-3679-4792-a616-64b1410d8740"
  ],
  "Distance": 1,
  "PageIndex": 13,
  "PageSize": 14,
  "Total": 15
}

application/xml, text/xml

Sample:
<OilStationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model">
  <_x003C_PageIndex_x003E_k__BackingField>13</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>14</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_Total_x003E_k__BackingField>15</_x003C_Total_x003E_k__BackingField>
  <CityCode>sample string 8</CityCode>
  <CreateTime>2026-03-02T19:56:22.6372458+08:00</CreateTime>
  <CustomerId>3299e108-4521-4c0c-8c09-d45585af243e</CustomerId>
  <CustomerIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:guid>d1b5ebe8-57e9-4c70-9d34-315c2c924aed</d2p1:guid>
    <d2p1:guid>69dfcab3-3679-4792-a616-64b1410d8740</d2p1:guid>
  </CustomerIdList>
  <CustomerName>sample string 11</CustomerName>
  <CustomerNum>sample string 12</CustomerNum>
  <DeviceManufacturer>1</DeviceManufacturer>
  <Distance>1</Distance>
  <Id>4376904c-04be-4a76-9581-00c62e680d34</Id>
  <IsDeleted>true</IsDeleted>
  <IsShow>true</IsShow>
  <Latitude>1</Latitude>
  <LeaderName>sample string 5</LeaderName>
  <LeaderPhoneNum>sample string 6</LeaderPhoneNum>
  <Longitude>1</Longitude>
  <ProvinceCode>sample string 7</ProvinceCode>
  <Remark>sample string 10</Remark>
  <ServiceExpirationTime>2026-03-02T19:56:22.6372458+08:00</ServiceExpirationTime>
  <StationAddress>sample string 4</StationAddress>
  <StationName>sample string 3</StationName>
  <StationNo>sample string 2</StationNo>
  <StationType>1</StationType>
  <TotalGunCount>1</TotalGunCount>
  <TownCode>sample string 9</TownCode>
  <UserId>650fc2d1-99f6-4958-806a-91caeb687661</UserId>
</OilStationDto>

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.