GET api/VehicleTechnical/{id}?VehicleId={VehicleId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

VehicleId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ApiTechnicalSection
NameDescriptionTypeAdditional information
Name

string

None.

Items

Collection of ApiTechnicalData

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "Items": [
      {
        "Name": "sample string 1",
        "Section": "sample string 2",
        "DateTimeValue": "2024-03-29T13:05:36.1288049+00:00",
        "FloatValue": 1.1,
        "StringValue": "sample string 3",
        "BasicOpt": 4.0,
        "BasicVat": 5.0,
        "Standard": true
      },
      {
        "Name": "sample string 1",
        "Section": "sample string 2",
        "DateTimeValue": "2024-03-29T13:05:36.1288049+00:00",
        "FloatValue": 1.1,
        "StringValue": "sample string 3",
        "BasicOpt": 4.0,
        "BasicVat": 5.0,
        "Standard": true
      }
    ]
  },
  {
    "Name": "sample string 1",
    "Items": [
      {
        "Name": "sample string 1",
        "Section": "sample string 2",
        "DateTimeValue": "2024-03-29T13:05:36.1288049+00:00",
        "FloatValue": 1.1,
        "StringValue": "sample string 3",
        "BasicOpt": 4.0,
        "BasicVat": 5.0,
        "Standard": true
      },
      {
        "Name": "sample string 1",
        "Section": "sample string 2",
        "DateTimeValue": "2024-03-29T13:05:36.1288049+00:00",
        "FloatValue": 1.1,
        "StringValue": "sample string 3",
        "BasicOpt": 4.0,
        "BasicVat": 5.0,
        "Standard": true
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfApiTechnicalSection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetRateManager.Infrastructure.ViewModels.APi">
  <ApiTechnicalSection>
    <Items>
      <ApiTechnicalData>
        <BasicOpt>4</BasicOpt>
        <BasicVat>5</BasicVat>
        <DateTimeValue>2024-03-29T13:05:36.1288049+00:00</DateTimeValue>
        <FloatValue>1.1</FloatValue>
        <Name>sample string 1</Name>
        <Section>sample string 2</Section>
        <Standard>true</Standard>
        <StringValue>sample string 3</StringValue>
      </ApiTechnicalData>
      <ApiTechnicalData>
        <BasicOpt>4</BasicOpt>
        <BasicVat>5</BasicVat>
        <DateTimeValue>2024-03-29T13:05:36.1288049+00:00</DateTimeValue>
        <FloatValue>1.1</FloatValue>
        <Name>sample string 1</Name>
        <Section>sample string 2</Section>
        <Standard>true</Standard>
        <StringValue>sample string 3</StringValue>
      </ApiTechnicalData>
    </Items>
    <Name>sample string 1</Name>
  </ApiTechnicalSection>
  <ApiTechnicalSection>
    <Items>
      <ApiTechnicalData>
        <BasicOpt>4</BasicOpt>
        <BasicVat>5</BasicVat>
        <DateTimeValue>2024-03-29T13:05:36.1288049+00:00</DateTimeValue>
        <FloatValue>1.1</FloatValue>
        <Name>sample string 1</Name>
        <Section>sample string 2</Section>
        <Standard>true</Standard>
        <StringValue>sample string 3</StringValue>
      </ApiTechnicalData>
      <ApiTechnicalData>
        <BasicOpt>4</BasicOpt>
        <BasicVat>5</BasicVat>
        <DateTimeValue>2024-03-29T13:05:36.1288049+00:00</DateTimeValue>
        <FloatValue>1.1</FloatValue>
        <Name>sample string 1</Name>
        <Section>sample string 2</Section>
        <Standard>true</Standard>
        <StringValue>sample string 3</StringValue>
      </ApiTechnicalData>
    </Items>
    <Name>sample string 1</Name>
  </ApiTechnicalSection>
</ArrayOfApiTechnicalSection>