POST api/{version}/v4/PwInverters/StatInverterTargetLine

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

StatInverterTargetLineParam
NameDescriptionTypeAdditional information
date

string

None.

sn

string

None.

target_key

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "date": "sample string 1",
  "sn": "sample string 2",
  "target_key": [
    "sample string 1",
    "sample string 2"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.