POST appi/Operate/Save21VResult
Request Information
URI Parameters
None.
Body Parameters
Result21VObj| Name | Description | Type | Additional information |
|---|---|---|---|
| logId | integer |
None. |
|
| userId | string |
None. |
|
| result21V | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"logId": 1,
"userId": "sample string 1",
"result21V": "sample string 2"
}
application/xml, text/xml
Sample:
<Result21VObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StationAPI.Utils"> <logId>1</logId> <result21V>sample string 2</result21V> <userId>sample string 1</userId> </Result21VObj>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | integer |
None. |
|
| MsgGrade | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.