POST companyLibrary/getTypeList

Request Information

URI Parameters

None.

Body Parameters

userQueryModel
NameDescriptionTypeAdditional information
uid

integer

None.

memberId

string

None.

passId

integer

None.

softId

integer

None.

companyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "uid": 1,
  "memberId": "sample string 2",
  "passId": 3,
  "softId": 4,
  "companyId": 5
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'userQueryModel'.

Response Information

Resource Description

LiberaryType
NameDescriptionTypeAdditional information
typeList

Collection of liberary_type

None.

success

操作是否成功

boolean

None.

singleInfo

string

None.

Response Formats

application/json, text/json

Sample:
{
  "typeList": [
    {
      "typeId": 1,
      "typeName": "sample string 2",
      "parentId": 3
    },
    {
      "typeId": 1,
      "typeName": "sample string 2",
      "parentId": 3
    }
  ],
  "success": true,
  "singleInfo": "sample string 2"
}