PUT api/realdata/updateqaprogress
Request Information
URI Parameters
None.
Body Parameters
QAProgressName | Description | Type | Additional 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-12-21T16:14:48.9367611+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-12-21T16:14:48.9367611+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-12-21T16:14:48.9367611+00:00</LastUpdated> <MapID>2</MapID> <Notes>sample string 4</Notes> <UpdateUser>sample string 7</UpdateUser> </QAProgress>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.