POST api/folders/{id}?name={name}&description={description}

Creates a New folder

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

the unique id of the destination

integer

Required

name

Name of the folder

string

Required

description

description of the folder

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.