POST omsapi/Message/LegalAid

标记知识库Message 将消息保存到专家知识库

Request Information

URI Parameters

None.

Body Parameters

d=[ID=[专家ID,long],UserID=[会员ID,long],Messages=[消息集合,[[ID=[消息ID,guid],CreatorID=[消息创建人ID,long?,Content为空时可不传],Content=[消息内容,string?,默认null取原始消息,否则覆盖原始消息],CreateTime=[消息创建时间,datetime?,Content为空时可不传]],默认空取所有原始聊天记录]]

UploadParameters
NameDescriptionTypeAdditional information
u

用户ID StaffID

integer

None.

t

全局数据(加密) 1.单点登陆格式:[[用户密码,加密]|[requestTime]|[设备标识],加密] 2.其他数据通讯格式:[[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密]

string

Required

d

数据参数 加密(单点登陆除外) 不同API,参数格式不同

string

None.

Request Formats

application/json, text/json

Sample:
{
  "u": 1,
  "t": "sample string 2",
  "d": "sample string 3"
}

application/x-www-form-urlencoded

Sample:
u=Value&t=Value&d=Value

Response Information

Resource Description

标记知识库Message 将消息保存到专家知识库

ApiResult
NameDescriptionTypeAdditional information
Code

Http状态码

HttpStatusCode

None.

State

自定义状态

StateValue

None.

StateCode

自定义状态码

integer

None.

Message

说明

string

None.

ErrorInfo

错误信息

string

None.

Content

返回数据

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.