POST v6/shelf/save

Request Information

URI Parameters

None.

Body Parameters

ShelfModelv6
NameDescriptionTypeAdditional information
ShelfId

integer

None.

Name

string

None.

Level

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "shelfId": 1,
  "name": "sample string 2",
  "level": 3
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.