Interface ITourTotalsService
Service for calculating tour totals
Namespace: Simplic.Logistics
Assembly: Simplic.Logistics.dll
Syntax
public interface ITourTotalsService
Methods
| Improve this Doc View SourceCalculateTourTotalsByShipmentId(Guid)
Calculate tour totals by shipment id
Declaration
void CalculateTourTotalsByShipmentId(Guid shipmentId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | shipmentId | Unique shipment id |
CalculateTourTotalsByTourId(Guid)
Calcuate tour totals by tour id
Declaration
void CalculateTourTotalsByTourId(Guid tourId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | tourId | Unique tour id |