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 SourceSendBulkShipmentStatusResolveCommand(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 |
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 |