 | TrackingNumberStatusType Enumeration |
Status of a tracking numbers
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.ItemTracking
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntaxpublic enum TrackingNumberStatusType
Public Enumeration TrackingNumberStatusType
Members
| Member name | Value | Description |
---|
| InStockAlone | 1 | Available in stock |
| InStockAsComponent | 2 | Available in stock within a nomenclature |
| LostAlone | 7 | Lost (inventory, picked up) |
| LostAsComponent | 8 | Lost (inventory, picked up) within a nomenclature |
| ReturnedAlone | 5 | Returned to provider |
| ReturnedAsComponent | 6 | Returned to provider within a nomenclature |
| SaledAlone | 3 | Saled to a customer |
| SaledAsComponent | 4 | Saled to a customer within a nomenclature |
| UsedForAssembly | 9 | Used for assembly for a non tracked nomenclature |
| UsedForDisassembly | 10 | Used for disassembly |
See Also