POST api/RectificationReport/Update
Request Information
URI Parameters
None.
Body Parameters
RectificationReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| QCTaskID | integer |
None. |
|
| WorkID | integer |
None. |
|
| Picture | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"QCTaskID": 2,
"WorkID": 3,
"Picture": "sample string 4"
}
application/xml, text/xml
Sample:
<RectificationReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HIV.ContractModel"> <ID>1</ID> <Picture>sample string 4</Picture> <QCTaskID>2</QCTaskID> <WorkID>3</WorkID> </RectificationReportRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.