POST Equ/Tree

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BaseResultTOfEquTypeTree
NameDescriptionTypeAdditional information
Success

integer

None.

Msg

string

None.

Token

string

None.

DataContent

Collection of EquTypeTree

None.

PositionPage

integer

None.

PositionRow

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": 1,
  "Msg": "sample string 2",
  "Token": "sample string 3",
  "DataContent": [
    {
      "key": 1,
      "title": "sample string 2",
      "children": [],
      "expanded": true,
      "isLeaf": true,
      "ParentId": 1
    },
    {
      "key": 1,
      "title": "sample string 2",
      "children": [],
      "expanded": true,
      "isLeaf": true,
      "ParentId": 1
    }
  ],
  "PositionPage": 4,
  "PositionRow": 5
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: “System.Collections.Generic.List`1[[WeldingAPI.Models.Response.EquTypeTree, WeldingAPI, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]”类型的对象图包含循环,如果禁用引用跟踪,择无法对其进行序列化。

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: “System.Collections.Generic.List`1[[WeldingAPI.Models.Response.EquTypeTree, WeldingAPI, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]”类型的对象图包含循环,如果禁用引用跟踪,择无法对其进行序列化。