POST Folder/CreateFolder?token={token}&foldername={foldername}&parentid={parentid}&parentname={parentname}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

foldername

string

Required

parentid

string

Required

parentname

string

Required

Body Parameters

None.

Response Information

Resource Description

ReturnMsg
NameDescriptionTypeAdditional information
Status

string

None.

MsgCode

string

None.

_ReturnMsg

string

None.

ReturnCnt

string

None.

ExecTms

string

None.

item

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "msgcode": "sample string 2",
  "_returnmsg": "sample string 3",
  "returncnt": "sample string 4",
  "exectms": "sample string 5",
  "item": {}
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: 远程处理无法在类型“System.MarshalByRefObject”上找到字段“__identity”。

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: 远程处理无法在类型“System.MarshalByRefObject”上找到字段“__identity”。