Click or drag to resize
StockLocation Class
Stock Location represents a storage for parts and materials: a warehouse, a track, a storeroom etc. Parts/materials price, quantity and total stock value are tracked/computed per Stock Location. Also, there is a special, highly specialized Stock Location category called “Cylinder” – it’s used by Refrigerant Tracking functionality.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesStockLocation

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class StockLocation : CorrigoEntityWithOptimisticLock

The StockLocation type exposes the following members.

Properties
  NameDescription
Public propertyAllowNegativeQty
True means Stock Location allows negative Product quantities.
Public propertyBillToName
Name of the contact person for billing. Used only by regular Stock Locations. Max Length=256
Public propertyComments
Comments. Max Length=1024
Public propertyContactAddresses
Contact address with AddrTypeId == ContactAddrType.PrimPhone is shipping phone number; the one with AddrTypeId == ContactAddrType.AltPhone is billing phone number.
Public propertyCustomFields
Custom Fields
Public propertyDeliveryInstructions
Delivery instructions. Used only by regular Stock Locations. Max Length=1024
Public propertyDisplayAs
Displayable name. Max Length=256
Public propertyMoneyId
Chosen currency.
Public propertyNumber
Number (often used by integration)
Public propertyShipToName
Name of the contact person for shipping. Used only by regular Stock Locations. Max Length=256
Public propertyStreetAddresses
Street address with TypeId == StreetAddrType.Primary is shipping address; the one with TypeId == StreetAddrType.Alt is billing address.
Public propertyTimeZoneId
Stock Location’s Time Zone
Public propertyTypeId
Stock Location Type.
Top
See Also