POST api/Values/PostUpdatadevdata

Request Information

URI Parameters

None.

Body Parameters

devdata
NameDescriptionTypeAdditional information
Id

string

None.

dev_id

string

None.

testing_time

string

None.

testing_name

string

None.

testing_id

string

None.

testing_type

string

None.

testing_obj_age

string

None.

testing_obj_sax

string

None.

remark

string

None.

sample_id_1

string

None.

sample_type_1

string

None.

testing_item_name_1

string

None.

testing_item_short_1

string

None.

testing_data_1

string

None.

testing_result_1

string

None.

user_id

string

None.

status

string

None.

sample_id_2

string

None.

sample_type_2

string

None.

testing_item_name_2

string

None.

testing_item_short_2

string

None.

testing_data_2

string

None.

testing_result_2

string

None.

sample_id_3

string

None.

sample_type_3

string

None.

testing_item_name_3

string

None.

testing_item_short_3

string

None.

testing_data_3

string

None.

testing_result_3

string

None.

sample_id_4

string

None.

sample_type_4

string

None.

testing_item_name_4

string

None.

testing_item_short_4

string

None.

testing_data_4

string

None.

testing_result_4

string

None.

sample_id_5

string

None.

sample_type_5

string

None.

testing_item_name_5

string

None.

testing_item_short_5

string

None.

testing_data_5

string

None.

testing_result_5

string

None.

sample_id_6

string

None.

sample_type_6

string

None.

testing_item_name_6

string

None.

testing_item_short_6

string

None.

testing_data_6

string

None.

testing_result_6

string

None.

sample_id_7

string

None.

sample_type_7

string

None.

testing_item_name_7

string

None.

testing_item_short_7

string

None.

testing_data_7

string

None.

testing_result_7

string

None.

sample_id_8

string

None.

sample_type_8

string

None.

testing_item_name_8

string

None.

testing_item_short_8

string

None.

testing_data_8

string

None.

testing_result_8

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "dev_id": "sample string 2",
  "testing_time": "sample string 3",
  "testing_name": "sample string 4",
  "testing_id": "sample string 5",
  "testing_type": "sample string 6",
  "testing_obj_age": "sample string 7",
  "testing_obj_sax": "sample string 8",
  "remark": "sample string 9",
  "sample_id_1": "sample string 10",
  "sample_type_1": "sample string 11",
  "testing_item_name_1": "sample string 12",
  "testing_item_short_1": "sample string 13",
  "testing_data_1": "sample string 14",
  "testing_result_1": "sample string 15",
  "user_id": "sample string 16",
  "status": "sample string 17",
  "sample_id_2": "sample string 18",
  "sample_type_2": "sample string 19",
  "testing_item_name_2": "sample string 20",
  "testing_item_short_2": "sample string 21",
  "testing_data_2": "sample string 22",
  "testing_result_2": "sample string 23",
  "sample_id_3": "sample string 24",
  "sample_type_3": "sample string 25",
  "testing_item_name_3": "sample string 26",
  "testing_item_short_3": "sample string 27",
  "testing_data_3": "sample string 28",
  "testing_result_3": "sample string 29",
  "sample_id_4": "sample string 30",
  "sample_type_4": "sample string 31",
  "testing_item_name_4": "sample string 32",
  "testing_item_short_4": "sample string 33",
  "testing_data_4": "sample string 34",
  "testing_result_4": "sample string 35",
  "sample_id_5": "sample string 36",
  "sample_type_5": "sample string 37",
  "testing_item_name_5": "sample string 38",
  "testing_item_short_5": "sample string 39",
  "testing_data_5": "sample string 40",
  "testing_result_5": "sample string 41",
  "sample_id_6": "sample string 42",
  "sample_type_6": "sample string 43",
  "testing_item_name_6": "sample string 44",
  "testing_item_short_6": "sample string 45",
  "testing_data_6": "sample string 46",
  "testing_result_6": "sample string 47",
  "sample_id_7": "sample string 48",
  "sample_type_7": "sample string 49",
  "testing_item_name_7": "sample string 50",
  "testing_item_short_7": "sample string 51",
  "testing_data_7": "sample string 52",
  "testing_result_7": "sample string 53",
  "sample_id_8": "sample string 54",
  "sample_type_8": "sample string 55",
  "testing_item_name_8": "sample string 56",
  "testing_item_short_8": "sample string 57",
  "testing_data_8": "sample string 58",
  "testing_result_8": "sample string 59"
}

application/xml, text/xml

Sample:
<devdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1">
  <Id>sample string 1</Id>
  <dev_id>sample string 2</dev_id>
  <remark>sample string 9</remark>
  <sample_id_1>sample string 10</sample_id_1>
  <sample_id_2>sample string 18</sample_id_2>
  <sample_id_3>sample string 24</sample_id_3>
  <sample_id_4>sample string 30</sample_id_4>
  <sample_id_5>sample string 36</sample_id_5>
  <sample_id_6>sample string 42</sample_id_6>
  <sample_id_7>sample string 48</sample_id_7>
  <sample_id_8>sample string 54</sample_id_8>
  <sample_type_1>sample string 11</sample_type_1>
  <sample_type_2>sample string 19</sample_type_2>
  <sample_type_3>sample string 25</sample_type_3>
  <sample_type_4>sample string 31</sample_type_4>
  <sample_type_5>sample string 37</sample_type_5>
  <sample_type_6>sample string 43</sample_type_6>
  <sample_type_7>sample string 49</sample_type_7>
  <sample_type_8>sample string 55</sample_type_8>
  <status>sample string 17</status>
  <testing_data_1>sample string 14</testing_data_1>
  <testing_data_2>sample string 22</testing_data_2>
  <testing_data_3>sample string 28</testing_data_3>
  <testing_data_4>sample string 34</testing_data_4>
  <testing_data_5>sample string 40</testing_data_5>
  <testing_data_6>sample string 46</testing_data_6>
  <testing_data_7>sample string 52</testing_data_7>
  <testing_data_8>sample string 58</testing_data_8>
  <testing_id>sample string 5</testing_id>
  <testing_item_name_1>sample string 12</testing_item_name_1>
  <testing_item_name_2>sample string 20</testing_item_name_2>
  <testing_item_name_3>sample string 26</testing_item_name_3>
  <testing_item_name_4>sample string 32</testing_item_name_4>
  <testing_item_name_5>sample string 38</testing_item_name_5>
  <testing_item_name_6>sample string 44</testing_item_name_6>
  <testing_item_name_7>sample string 50</testing_item_name_7>
  <testing_item_name_8>sample string 56</testing_item_name_8>
  <testing_item_short_1>sample string 13</testing_item_short_1>
  <testing_item_short_2>sample string 21</testing_item_short_2>
  <testing_item_short_3>sample string 27</testing_item_short_3>
  <testing_item_short_4>sample string 33</testing_item_short_4>
  <testing_item_short_5>sample string 39</testing_item_short_5>
  <testing_item_short_6>sample string 45</testing_item_short_6>
  <testing_item_short_7>sample string 51</testing_item_short_7>
  <testing_item_short_8>sample string 57</testing_item_short_8>
  <testing_name>sample string 4</testing_name>
  <testing_obj_age>sample string 7</testing_obj_age>
  <testing_obj_sax>sample string 8</testing_obj_sax>
  <testing_result_1>sample string 15</testing_result_1>
  <testing_result_2>sample string 23</testing_result_2>
  <testing_result_3>sample string 29</testing_result_3>
  <testing_result_4>sample string 35</testing_result_4>
  <testing_result_5>sample string 41</testing_result_5>
  <testing_result_6>sample string 47</testing_result_6>
  <testing_result_7>sample string 53</testing_result_7>
  <testing_result_8>sample string 59</testing_result_8>
  <testing_time>sample string 3</testing_time>
  <testing_type>sample string 6</testing_type>
  <user_id>sample string 16</user_id>
</devdata>

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.