POST v6/bins/save

Request Information

URI Parameters

None.

Body Parameters

BinModelv6
NameDescriptionTypeAdditional information
BinId

integer

None.

Name

string

None.

LocationZoneId

integer

None.

AisleId

integer

None.

RackId

integer

None.

ShelfId

integer

None.

BinTypeId

integer

None.

BinRankingId

integer

None.

FixedSKUId

integer

None.

ReusableContainerSKUId

integer

None.

IsLiquid

boolean

None.

RequiresReusable

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "binId": 1,
  "name": "sample string 2",
  "locationZoneId": 3,
  "aisleId": 4,
  "rackId": 5,
  "shelfId": 6,
  "binTypeId": 7,
  "binRankingId": 8,
  "fixedSKUId": 9,
  "reusableContainerSKUId": 10,
  "isLiquid": true,
  "requiresReusable": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.