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