Bin

BinObject

The Bin is a sub-area within a Location.  

End Point

/locationbin

GET, POST, PUT, DELETE

GET and DELETE requests expect parameter id of type Int32.

Properties

Property Caption Data Type Required
Name Name String (50) True
Id Id Int32 False
LocationRefLocationEntityRefTrue
IsDefaultDefaultBooleanTrue
IsAvailable
Available Boolean True
IsActive Active Boolean True
CustomFields Custom Fields Array of CustomFieldData False

Json Sample

{
    "Id": 280,
    "Name": "1-A-1",
    "LocationRef": {"Id": 10},
    "IsDefault": true
    "IsActive": true,
    "IsAvailable": true,
    "CustomFields": [
      {       
        "Name": "BinCust1", 
        "Value": "Custom field value",
      }
     ]
}