PUT api/PerformanceSettings

Request Information

URI Parameters

None.

Body Parameters

Collection of PlantPerformanceSettings
NameDescriptionTypeAdditional information
PlantID

string

None.

PlantLabel

string

None.

RedPR

integer

None.

GreenPR

integer

None.

RedEPI

integer

None.

GreenEPI

integer

None.

RedTA

integer

None.

GreenTA

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "PlantID": "sample string 1",
    "PlantLabel": "sample string 2",
    "RedPR": 1,
    "GreenPR": 1,
    "RedEPI": 1,
    "GreenEPI": 1,
    "RedTA": 1,
    "GreenTA": 1
  },
  {
    "PlantID": "sample string 1",
    "PlantLabel": "sample string 2",
    "RedPR": 1,
    "GreenPR": 1,
    "RedEPI": 1,
    "GreenEPI": 1,
    "RedTA": 1,
    "GreenTA": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfPlantPerformanceSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVController_REST_API.Models">
  <PlantPerformanceSettings>
    <GreenEPI>1</GreenEPI>
    <GreenPR>1</GreenPR>
    <GreenTA>1</GreenTA>
    <PlantID>sample string 1</PlantID>
    <PlantLabel>sample string 2</PlantLabel>
    <RedEPI>1</RedEPI>
    <RedPR>1</RedPR>
    <RedTA>1</RedTA>
  </PlantPerformanceSettings>
  <PlantPerformanceSettings>
    <GreenEPI>1</GreenEPI>
    <GreenPR>1</GreenPR>
    <GreenTA>1</GreenTA>
    <PlantID>sample string 1</PlantID>
    <PlantLabel>sample string 2</PlantLabel>
    <RedEPI>1</RedEPI>
    <RedPR>1</RedPR>
    <RedTA>1</RedTA>
  </PlantPerformanceSettings>
</ArrayOfPlantPerformanceSettings>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.