V2.CustomerType
objectCustomer type model
* Additional properties are NOT allowed.
idinteger(int32)
Customer type identifier
namestring
Customer type name
>= 0 characters<= 60 characters
activeboolean
Customer type active
defaultboolean
Customer type default
deletedboolean
Customer type deleted
modified_onstring(date-time)
Customer type last modified
Example
V2.CustomerType.PagingResponse
object * Additional properties are NOT allowed.
dataarray[object]
Customer type model
* Additional properties are NOT allowed.
Show Child Parameters
page_numberinteger(int32)
page_sizeinteger(int32)
total_recordsinteger(int32)
Example
FreightType
objectFreight Type Model
* Additional properties are NOT allowed.
namestringrequired
Freight Type name.
>= 0 characters<= 100 characters
idinteger(int32)
Freight Type Id.
deletedboolean
Is Freight Type deleted (enabled/disabled)?.
modified_onstring(date-time)
Modified on
Example
FreightType.PagingResponse
object * Additional properties are NOT allowed.
dataarray[object]
Freight Type Model
* Additional properties are NOT allowed.
Show Child Parameters
page_numberinteger(int32)
page_sizeinteger(int32)
total_recordsinteger(int32)
Example
Inventory
objectInventory view model
* Additional properties are NOT allowed.
allocatedinteger(int32)
Qty allocated
availableinteger(int32)
Qty available
bin_locationstring
Bin location
faultyinteger(int32)
Qty faulty
mslinteger(int32)
Msl
on_orderinteger(int32)
Qty onOrder
outlet_idinteger(int32)
Outlet Id
pickedinteger(int32)
Qty available
product_idinteger(int32)
Product Id
receivedinteger(int32)
Qty received
requestedinteger(int32)
Qty requested
transit_ininteger(int32)
Qty transit in
transit_outinteger(int32)
Qty transit out
modified_onstring(date-time)
Modified on
Example