POST VueApi/loadTree

加载树

Request Information

URI Parameters

None.

Body Parameters

TreeReqModel
NameDescriptionTypeAdditional information
fClassId

string

None.

fParentId

integer

None.

fFieldName

string

None.

fGroupId

integer

None.

fItemClassId

integer

None.

fNodeTreeClassId

integer

None.

fDetail

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "fClassId": "sample string 1",
  "fParentId": 2,
  "fFieldName": "sample string 3",
  "fGroupId": 4,
  "fItemClassId": 5,
  "fNodeTreeClassId": 6,
  "fDetail": true
}

application/xml, text/xml

Sample:
<TreeReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
  <fClassId>sample string 1</fClassId>
  <fDetail>true</fDetail>
  <fFieldName>sample string 3</fFieldName>
  <fGroupId>4</fGroupId>
  <fItemClassId>5</fItemClassId>
  <fNodeTreeClassId>6</fNodeTreeClassId>
  <fParentId>2</fParentId>
</TreeReqModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TreeModel
NameDescriptionTypeAdditional information
leftTree

Collection of LeftTree

None.

fItemId

integer

None.

fName

string

None.

fParentId

integer

None.

fParentName

string

None.

fTreeClassId

integer

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.