GET request/dnoldz/fuel/{fuelid}

DNOLDZ by FuelId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fuelid

byte

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DnoLdzResponse
NameDescriptionTypeAdditional information
DNOAreaIDLDZ

string

None.

FuelTypeId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "fuelTypeId": 1,
    "dnoAreaIDLDZ": "sample string 1"
  },
  {
    "fuelTypeId": 1,
    "dnoAreaIDLDZ": "sample string 1"
  }
]

text/html

Sample:
[{"fuelTypeId":1,"dnoAreaIDLDZ":"sample string 1"},{"fuelTypeId":1,"dnoAreaIDLDZ":"sample string 1"}]

application/xml, text/xml

Sample:
<ArrayOfDnoLdzResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCSCommercialAPI.Models.Default">
  <DnoLdzResponse>
    <DNOAreaIDLDZ>sample string 1</DNOAreaIDLDZ>
    <FuelTypeId>1</FuelTypeId>
  </DnoLdzResponse>
  <DnoLdzResponse>
    <DNOAreaIDLDZ>sample string 1</DNOAreaIDLDZ>
    <FuelTypeId>1</FuelTypeId>
  </DnoLdzResponse>
</ArrayOfDnoLdzResponse>