DeliveryLine - accountsIQ/API-Wiki GitHub Wiki

Represent an order line that is going to be delivered.

DeliveryLine

DeliveryLine members

    Name Type Description Constraints
    DeliveryItemID Int32 Get the unique identifier of the delivery line. Note: This field is not populated until the delivery line has been used to deliver part of an order.
      OrderID Int32 Get the unique identifier of the order to be delivered. Note: This field is only populated correctly if the GetNewDeliveryLine function is called to create the delivery line.
        OrderItemID Int32 Get the unique identifier of the order line to be delivered. Note: This field is only populated correctly if the GetNewDeliveryLine function is called to create the delivery line.
          DeliveryReference String Get/Set the delivery reference that will be used during delivery. This field must be populated before trying to deliver an order line.
          • Cannot be null.
          • Cannot be empty.
          • Cannot be longer than 50 characters long.
          StockItemID String Get the stock item identifier that is present on the line being delivered. Note: This field is only populated correctly if the GetNewDeliveryLine function is called to create the delivery line.
          • Cannot be null.
          • Cannot be empty.
          • Cannot be longer than 50 characters long.
          StockItemDescription String Get the stock item description that is present on the line being delivered. Note: This field is only populated correctly if the GetNewDeliveryLine function is called to create the delivery line.
          • Cannot be null.
          • Cannot be empty.
          • Cannot be longer than 50 characters long.
          DeliveredQuantity Decimal Get/Set the quantity to be delivered on the order line.
          • Cannot be negative or zero.
          • Cannot be greater than the non-delivered quantity on the order line.
          InvoicedQuantity Decimal Get the quantity that has been invoiced from this delivery.
            Status DeliveryStatus Get the status of the delivery line: i.e. Process. Delivered.
              LocationID String Get/Set the location identifier from the order line where to get the stock delivered from/to.
              • Cannot be null.
              • Cannot be empty.
              • Cannot be longer than 50 characters long.
              SublocationID String Get/Set the sub-location identifier from the order line where to get the stock delivered from/to.
              • Cannot be null.
              • Cannot be empty.
              • Cannot be longer than 50 characters long.
              LineDate DateTime Get/Set the order line delivery date.
                DepartmentID String Get/Set the department the delivery is going to be assigned to. Not mandatory.
                • Cannot be empty.
                • Cannot be longer than 50 characters long.
                ⚠️ **GitHub.com Fallback** ⚠️