Show / Hide Table of Contents

Enum PurchaseOrderReceipt.IdType_Enum

When creating a PurchaseOrderReceipt using just a single id, this enumeration is used to indicate the type of id being provided.

Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public enum IdType_Enum

Fields

Name Description
PurchaseOrder_IdType

The id is a PurchaseOrder.

PurchaseOrderLine_IdType

The id is a PurchaseOrderLine.

PurchaseOrderReceipt_IdType

The id is a PurchaseOrderReceipt.

UnreceivedSerialNumber_IdType

The id is an UnreceivedSerialNumber.

Back to top Generated by DocFX