CloseManifest |
This topic describes the ShipExec Server CloseManifest Rule
A business rule hook that can be used to override the CloseManifest event
public CloseManifestResult CloseManifest(string carrier, string shipper, ManifestItem manifestItem, SerializableDictionary userParams) { return null; }