POST api/WisdomCollection/QueryLinkManByKey?key={key}

D7.联系人关键字搜索,同时可以反向赋值下拉框数据,第一个联系人带有二级 三级组别的下拉框数据,一级组别下拉框固定,通过OneGroup赋值绑定即可

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

关键字

string

Required

Body Parameters

None.

Response Information

Resource Description

D7.联系人关键字搜索,同时可以反向赋值下拉框数据,第一个联系人带有二级 三级组别的下拉框数据,一级组别下拉框固定,通过OneGroup赋值绑定即可

ResultModelOfUsersSimpleAppletViewModel
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

UsersSimpleAppletViewModel

None.

count

integer

None.

SessionKey

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": {
    "LstThreeLev": null,
    "LstTwoLev": [],
    "UserID": "sample string 1",
    "UserRealName": "sample string 2",
    "OneGroup": "sample string 3",
    "TwoGroup": "sample string 4",
    "ThreeGroup": "sample string 5"
  },
  "count": 1,
  "SessionKey": "sample string 3"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: 无法序列化 DataTable。未设置 DataTable 名称。

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: 无法序列化 DataTable。未设置 DataTable 名称。