POST Api/OilGun/GetListByOilStationList
Request Information
URI Parameters
None.
Body Parameters
OilGunDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| OilStationId | globally unique identifier |
None. |
|
| GunNo | integer |
None. |
|
| GunStatus | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreateTime | date |
None. |
|
| OilDeviceId | globally unique identifier |
None. |
|
| OilTankId | globally unique identifier |
None. |
|
| MachineType | string |
None. |
|
| OilGunCodePriceParameter | string |
None. |
|
| TankNo | string |
None. |
|
| OilCode | string |
None. |
|
| OilName | string |
None. |
|
| CustomerNum | string |
None. |
|
| StationNo | string |
None. |
|
| StationName | string |
None. |
|
| CustomerName | string |
None. |
|
| DeviceNo | string |
None. |
|
| DeviceName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "170f5b5e-b7ce-4704-a17b-5cafd79023e4",
"CustomerId": "27289ec3-e2fa-4cbc-9939-2097c181fc3c",
"OilStationId": "656d988e-2729-4709-a85a-6067f421f2ed",
"GunNo": 1,
"GunStatus": 1,
"IsDeleted": true,
"CreateTime": "2026-03-02T19:56:36.9398248+08:00",
"OilDeviceId": "38733b86-f153-48b2-8924-90a1755d4d6d",
"OilTankId": "75f641d1-9f1c-4b0f-865e-e0f938db244d",
"MachineType": "sample string 2",
"OilGunCodePriceParameter": "sample string 3",
"TankNo": "sample string 4",
"OilCode": "sample string 5",
"OilName": "sample string 6",
"CustomerNum": "sample string 7",
"StationNo": "sample string 8",
"StationName": "sample string 9",
"CustomerName": "sample string 10",
"DeviceNo": "sample string 11",
"DeviceName": "sample string 12"
}
application/xml, text/xml
Sample:
<OilGunDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model"> <CreateTime>2026-03-02T19:56:36.9398248+08:00</CreateTime> <CustomerId>27289ec3-e2fa-4cbc-9939-2097c181fc3c</CustomerId> <CustomerName>sample string 10</CustomerName> <CustomerNum>sample string 7</CustomerNum> <DeviceName>sample string 12</DeviceName> <DeviceNo>sample string 11</DeviceNo> <GunNo>1</GunNo> <GunStatus>1</GunStatus> <Id>170f5b5e-b7ce-4704-a17b-5cafd79023e4</Id> <IsDeleted>true</IsDeleted> <MachineType>sample string 2</MachineType> <OilCode>sample string 5</OilCode> <OilDeviceId>38733b86-f153-48b2-8924-90a1755d4d6d</OilDeviceId> <OilGunCodePriceParameter>sample string 3</OilGunCodePriceParameter> <OilName>sample string 6</OilName> <OilStationId>656d988e-2729-4709-a85a-6067f421f2ed</OilStationId> <OilTankId>75f641d1-9f1c-4b0f-865e-e0f938db244d</OilTankId> <StationName>sample string 9</StationName> <StationNo>sample string 8</StationNo> <TankNo>sample string 4</TankNo> </OilGunDto>
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.