GET api/VFDCable/GetAllVFDCableData

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VFD_Cable
NameDescriptionTypeAdditional information
SrNo

integer

None.

Cat_Number

string

None.

Pole

string

None.

Input_Voltage_V

integer

None.

Duty_Type

string

None.

kW

decimal number

None.

Input_Cable_mm2

decimal number

None.

Input_Cable_Run

integer

None.

CSA_Input_Cable

integer

None.

Output_Cable_mm2

decimal number

None.

Output_Cable_Run

integer

None.

CSA_Output_Cable

integer

None.

Ground_Cable_mm2

decimal number

None.

PE_Cable_Run

integer

None.

CSA_PE_Cable

integer

None.

Active

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SrNo": 1,
    "Cat_Number": "sample string 2",
    "Pole": "sample string 3",
    "Input_Voltage_V": 1,
    "Duty_Type": "sample string 4",
    "kW": 1.1,
    "Input_Cable_mm2": 1.1,
    "Input_Cable_Run": 1,
    "CSA_Input_Cable": 1,
    "Output_Cable_mm2": 1.1,
    "Output_Cable_Run": 1,
    "CSA_Output_Cable": 1,
    "Ground_Cable_mm2": 1.1,
    "PE_Cable_Run": 1,
    "CSA_PE_Cable": 1,
    "Active": true
  },
  {
    "SrNo": 1,
    "Cat_Number": "sample string 2",
    "Pole": "sample string 3",
    "Input_Voltage_V": 1,
    "Duty_Type": "sample string 4",
    "kW": 1.1,
    "Input_Cable_mm2": 1.1,
    "Input_Cable_Run": 1,
    "CSA_Input_Cable": 1,
    "Output_Cable_mm2": 1.1,
    "Output_Cable_Run": 1,
    "CSA_Output_Cable": 1,
    "Ground_Cable_mm2": 1.1,
    "PE_Cable_Run": 1,
    "CSA_PE_Cable": 1,
    "Active": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfVFD_Cable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LegioWebAPI.Models">
  <VFD_Cable>
    <Active>true</Active>
    <CSA_Input_Cable>1</CSA_Input_Cable>
    <CSA_Output_Cable>1</CSA_Output_Cable>
    <CSA_PE_Cable>1</CSA_PE_Cable>
    <Cat_Number>sample string 2</Cat_Number>
    <Duty_Type>sample string 4</Duty_Type>
    <Ground_Cable_mm2>1.1</Ground_Cable_mm2>
    <Input_Cable_Run>1</Input_Cable_Run>
    <Input_Cable_mm2>1.1</Input_Cable_mm2>
    <Input_Voltage_V>1</Input_Voltage_V>
    <Output_Cable_Run>1</Output_Cable_Run>
    <Output_Cable_mm2>1.1</Output_Cable_mm2>
    <PE_Cable_Run>1</PE_Cable_Run>
    <Pole>sample string 3</Pole>
    <SrNo>1</SrNo>
    <kW>1.1</kW>
  </VFD_Cable>
  <VFD_Cable>
    <Active>true</Active>
    <CSA_Input_Cable>1</CSA_Input_Cable>
    <CSA_Output_Cable>1</CSA_Output_Cable>
    <CSA_PE_Cable>1</CSA_PE_Cable>
    <Cat_Number>sample string 2</Cat_Number>
    <Duty_Type>sample string 4</Duty_Type>
    <Ground_Cable_mm2>1.1</Ground_Cable_mm2>
    <Input_Cable_Run>1</Input_Cable_Run>
    <Input_Cable_mm2>1.1</Input_Cable_mm2>
    <Input_Voltage_V>1</Input_Voltage_V>
    <Output_Cable_Run>1</Output_Cable_Run>
    <Output_Cable_mm2>1.1</Output_Cable_mm2>
    <PE_Cable_Run>1</PE_Cable_Run>
    <Pole>sample string 3</Pole>
    <SrNo>1</SrNo>
    <kW>1.1</kW>
  </VFD_Cable>
</ArrayOfVFD_Cable>