GET api/SoftStarterSelection/GetAllSSSelectionData

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SoftStarter_Selection
NameDescriptionTypeAdditional information
SrNo

integer

None.

Soft_Starter_Model

string

None.

Soft_Starter_CAT_No

string

None.

Starts_Per_Hour

integer

None.

Ambient_Temp

integer

None.

Connection

string

None.

Bypass_Type

string

None.

Starting_Current

integer

None.

Start_Time

integer

None.

Stop_Time

integer

None.

Application_Criteria

string

None.

SS_Current_As_Per_Selection

decimal number

None.

Supply_Voltage

string

None.

Control_Voltage

string

None.

Active

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SrNo": 1,
    "Soft_Starter_Model": "sample string 2",
    "Soft_Starter_CAT_No": "sample string 3",
    "Starts_Per_Hour": 1,
    "Ambient_Temp": 1,
    "Connection": "sample string 4",
    "Bypass_Type": "sample string 5",
    "Starting_Current": 1,
    "Start_Time": 1,
    "Stop_Time": 1,
    "Application_Criteria": "sample string 6",
    "SS_Current_As_Per_Selection": 1.1,
    "Supply_Voltage": "sample string 7",
    "Control_Voltage": "sample string 8",
    "Active": true
  },
  {
    "SrNo": 1,
    "Soft_Starter_Model": "sample string 2",
    "Soft_Starter_CAT_No": "sample string 3",
    "Starts_Per_Hour": 1,
    "Ambient_Temp": 1,
    "Connection": "sample string 4",
    "Bypass_Type": "sample string 5",
    "Starting_Current": 1,
    "Start_Time": 1,
    "Stop_Time": 1,
    "Application_Criteria": "sample string 6",
    "SS_Current_As_Per_Selection": 1.1,
    "Supply_Voltage": "sample string 7",
    "Control_Voltage": "sample string 8",
    "Active": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfSoftStarter_Selection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LegioWebAPI.Models">
  <SoftStarter_Selection>
    <Active>true</Active>
    <Ambient_Temp>1</Ambient_Temp>
    <Application_Criteria>sample string 6</Application_Criteria>
    <Bypass_Type>sample string 5</Bypass_Type>
    <Connection>sample string 4</Connection>
    <Control_Voltage>sample string 8</Control_Voltage>
    <SS_Current_As_Per_Selection>1.1</SS_Current_As_Per_Selection>
    <Soft_Starter_CAT_No>sample string 3</Soft_Starter_CAT_No>
    <Soft_Starter_Model>sample string 2</Soft_Starter_Model>
    <SrNo>1</SrNo>
    <Start_Time>1</Start_Time>
    <Starting_Current>1</Starting_Current>
    <Starts_Per_Hour>1</Starts_Per_Hour>
    <Stop_Time>1</Stop_Time>
    <Supply_Voltage>sample string 7</Supply_Voltage>
  </SoftStarter_Selection>
  <SoftStarter_Selection>
    <Active>true</Active>
    <Ambient_Temp>1</Ambient_Temp>
    <Application_Criteria>sample string 6</Application_Criteria>
    <Bypass_Type>sample string 5</Bypass_Type>
    <Connection>sample string 4</Connection>
    <Control_Voltage>sample string 8</Control_Voltage>
    <SS_Current_As_Per_Selection>1.1</SS_Current_As_Per_Selection>
    <Soft_Starter_CAT_No>sample string 3</Soft_Starter_CAT_No>
    <Soft_Starter_Model>sample string 2</Soft_Starter_Model>
    <SrNo>1</SrNo>
    <Start_Time>1</Start_Time>
    <Starting_Current>1</Starting_Current>
    <Starts_Per_Hour>1</Starts_Per_Hour>
    <Stop_Time>1</Stop_Time>
    <Supply_Voltage>sample string 7</Supply_Voltage>
  </SoftStarter_Selection>
</ArrayOfSoftStarter_Selection>