Click or drag to resize

PostRate

This topic describes the ShipExec Server PostRate Business Rule

a business rule hook that fires after the Rate event

Sample PostRate Business Rule
C#
public void PostRate(ShipmentRequest shipmentRequest, List<ShipmentResponse> shipmentResponses, List<Service> services, SortType sortType, SerializableDictionary userParams)
{

}
See Also