POST folder/create

Request Information

URI Parameters

None.

Body Parameters

CreateLiberary
NameDescriptionTypeAdditional information
libraryId

integer

None.

typeId

integer

None.

subtypeId

integer

None.

title

string

None.

uid

integer

None.

memberId

string

None.

passId

integer

None.

softId

integer

None.

companyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "libraryId": 1,
  "typeId": 2,
  "subtypeId": 3,
  "title": "sample string 4",
  "uid": 5,
  "memberId": "sample string 6",
  "passId": 7,
  "softId": 8,
  "companyId": 9
}

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 'CreateLiberary'.

Response Information

Resource Description

msg
NameDescriptionTypeAdditional information
success

操作是否成功

boolean

None.

singleInfo

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "singleInfo": "sample string 2"
}