PUT api/realdata/updateqaprogress

Request Information

URI Parameters

None.

Body Parameters

QAProgress
NameDescriptionTypeAdditional information
ID

integer

None.

MapID

integer

None.

ControlState

string

None.

Notes

string

None.

InProd

boolean

None.

LastUpdated

date

None.

UpdateUser

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "MapID": 2,
  "ControlState": "sample string 3",
  "Notes": "sample string 4",
  "InProd": true,
  "LastUpdated": "2024-04-26T16:13:00.3127994+00:00",
  "UpdateUser": "sample string 7"
}

text/html

Sample:
{"ID":1,"MapID":2,"ControlState":"sample string 3","Notes":"sample string 4","InProd":true,"LastUpdated":"2024-04-26T16:13:00.3127994+00:00","UpdateUser":"sample string 7"}

application/xml, text/xml

Sample:
<QAProgress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NPlay.RealDataFlow.Mapping.Models.Maps">
  <ControlState>sample string 3</ControlState>
  <ID>1</ID>
  <InProd>true</InProd>
  <LastUpdated>2024-04-26T16:13:00.3127994+00:00</LastUpdated>
  <MapID>2</MapID>
  <Notes>sample string 4</Notes>
  <UpdateUser>sample string 7</UpdateUser>
</QAProgress>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QAProgress'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.