Enum SerialNumber.SerialNumberSourceType_Enum
Indicates how the serial number was created.
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public enum SerialNumberSourceType_Enum
Fields
| Name | Description |
|---|---|
| Import | The serial number is associated with the SerialNumberImport identified by the SerialNumberSourceId. |
| Received | The serial number is associated with the PurchaseOrderReceipt identified by the SerialNumberSourceId. |
| Remnant | The serial number is associated with the SerialNumberRemnant identified by the SerialNumberSourceId. |
| Unreceived | The serial number is associated with the UnreceivedSerialNumber identified by the SerialNumberSourceId. |