POST api/Values/PostUpdatadevanalyze

Request Information

URI Parameters

None.

Body Parameters

devanalyze
NameDescriptionTypeAdditional information
Id

string

None.

AbbrName

string

None.

Thr1

string

None.

Thr2

string

None.

Thr3

string

None.

Thr4

string

None.

Thr5

string

None.

Thr6

string

None.

Thr7

string

None.

Thr8

string

None.

Temp

string

None.

Beiz

string

None.

Beiz1

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "AbbrName": "sample string 2",
  "Thr1": "sample string 3",
  "Thr2": "sample string 4",
  "Thr3": "sample string 5",
  "Thr4": "sample string 6",
  "Thr5": "sample string 7",
  "Thr6": "sample string 8",
  "Thr7": "sample string 9",
  "Thr8": "sample string 10",
  "Temp": "sample string 11",
  "Beiz": "sample string 12",
  "Beiz1": "sample string 13"
}

application/xml, text/xml

Sample:
<devanalyze xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1">
  <AbbrName>sample string 2</AbbrName>
  <Beiz>sample string 12</Beiz>
  <Beiz1>sample string 13</Beiz1>
  <Id>sample string 1</Id>
  <Temp>sample string 11</Temp>
  <Thr1>sample string 3</Thr1>
  <Thr2>sample string 4</Thr2>
  <Thr3>sample string 5</Thr3>
  <Thr4>sample string 6</Thr4>
  <Thr5>sample string 7</Thr5>
  <Thr6>sample string 8</Thr6>
  <Thr7>sample string 9</Thr7>
  <Thr8>sample string 10</Thr8>
</devanalyze>

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.