Search Results for

    Show / Hide Table of Contents

    Interface IShipmentStatusResolveService

    Service to send a shipment status resolve command.

    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public interface IShipmentStatusResolveService

    Methods

    | Improve this Doc View Source

    SendBulkShipmentStatusResolveCommand(IList<Shipment>, String, String, Int32)

    Sends a command to resolve the status for a list of shipments. Also prepares the shipments for the status resolving.

    Declaration
    void SendBulkShipmentStatusResolveCommand(IList<Shipment> shipments, string caller = "", string callerFile = "", int callerLine = 0)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Shipment> shipments
    System.String caller
    System.String callerFile
    System.Int32 callerLine
    | Improve this Doc View Source

    SendShipmentStatusResolveCommand(Shipment, String, String, Int32)

    Sends a command to resolve the status for a single shipment. Also prepares the shipment for the status resolving.

    Declaration
    void SendShipmentStatusResolveCommand(Shipment shipment, string caller = "", string callerFile = "", int callerLine = 0)
    Parameters
    Type Name Description
    Shipment shipment

    A shipment instance.

    System.String caller
    System.String callerFile
    System.Int32 callerLine
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx