POST Api/OilGun/Del
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": "28d9e2d7-b988-4406-b1cd-72dd3b70128c",
"CustomerId": "7134864c-0c1c-45b1-8272-112dc9273332",
"OilStationId": "ce0e4377-05d7-4efe-9a98-181a6a19f427",
"GunNo": 1,
"GunStatus": 1,
"IsDeleted": true,
"CreateTime": "2026-03-02T19:55:53.6497692+08:00",
"OilDeviceId": "0821e0fc-a716-405f-a472-bb2870be3a5e",
"OilTankId": "3cd3ca01-159b-4ed3-92dd-704fc778f3b8",
"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:55:53.6497692+08:00</CreateTime> <CustomerId>7134864c-0c1c-45b1-8272-112dc9273332</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>28d9e2d7-b988-4406-b1cd-72dd3b70128c</Id> <IsDeleted>true</IsDeleted> <MachineType>sample string 2</MachineType> <OilCode>sample string 5</OilCode> <OilDeviceId>0821e0fc-a716-405f-a472-bb2870be3a5e</OilDeviceId> <OilGunCodePriceParameter>sample string 3</OilGunCodePriceParameter> <OilName>sample string 6</OilName> <OilStationId>ce0e4377-05d7-4efe-9a98-181a6a19f427</OilStationId> <OilTankId>3cd3ca01-159b-4ed3-92dd-704fc778f3b8</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.