POST api/WisdomCollection/QueryLinkManByID/{id}

D6.联系人,通过ID搜索,反推前面的二级、三级组别下拉框数据,一级组别下拉框固定,通过OneGroup赋值绑定即可

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

关键字

string

Required

Body Parameters

None.

Response Information

Resource Description

D6.联系人,通过ID搜索,反推前面的二级、三级组别下拉框数据,一级组别下拉框固定,通过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 名称。