Get a Continuous Move Rule

get

/rateOfferings/{rateOfferingGid}/continuousMoveRules/{xLaneGid}

Request

Path Parameters
Query Parameters
  • Comma-delimited string of child resource names that you want to expand so that the contents return with the parent in the same GET request.
  • Comma-delimited string of field names that you wanted returned in a GET request.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

Default Response.
Body ()
Root Schema : rateOfferings.continuousMoveRules
Type: object
Show Source
  • Database domain where this data is stored.
  • freeEmptyDistance
    The free distance allowed between shipments in a continuous move tour.
  • links
  • maxConnectionTime
    The Max Connection Time field defines the maximum time allowed when planning any pair of consecutive shipments for inclusion in a continuous move tour. The connection time of any pair of consecutive shipments in a continuous move cannot exceed the max connection time. Connection time is defined as the time between the end of the first shipment being considered and the start of the second shipment
  • maxEmptyDistance
    The Max Empty Distance field defines the maximum empty distance that is allowed when planning any pair of consecutive shipments for inclusion in a continuous move tour. The maximum empty distance provides a way to limit the distance travelled to link shipments into a continuous move tour. If this field is not populated, shipments will be qualified for the same continuous move tour regardless of the distance required to connect them.
  • Max Empty Distance (%) is used to disqualify shipments that are too short in comparison to the distance travelled to include the shipment in the continuous move tour.
    Max Empty Distance (%) = 100*E/L, where
    E = Max Empty Distance
    L = Line Haul Distance of the shipment
  • maxTimeAfterDeliv
    The maximum amount of time allowed between the last delivery of one shipment to the pickup of the next shipment. To create a continuous move, the second shipment must be picked up within a certain amount of time after the delivery of the preceding shipment. If this field is left blank, there is no time limit.
  • minLinehaulDistance
    Shipments that are less than the minimum linehaul distance will not be considered for continuous moves/continuous move rates.
  • The GID for the X Lane.
Nested Schema : freeEmptyDistance
The free distance allowed between shipments in a continuous move tour.
Match All
Show Source
Nested Schema : maxConnectionTime
The Max Connection Time field defines the maximum time allowed when planning any pair of consecutive shipments for inclusion in a continuous move tour. The connection time of any pair of consecutive shipments in a continuous move cannot exceed the max connection time. Connection time is defined as the time between the end of the first shipment being considered and the start of the second shipment
Match All
Show Source
Nested Schema : maxEmptyDistance
The Max Empty Distance field defines the maximum empty distance that is allowed when planning any pair of consecutive shipments for inclusion in a continuous move tour. The maximum empty distance provides a way to limit the distance travelled to link shipments into a continuous move tour. If this field is not populated, shipments will be qualified for the same continuous move tour regardless of the distance required to connect them.
Match All
Show Source
Nested Schema : maxTimeAfterDeliv
The maximum amount of time allowed between the last delivery of one shipment to the pickup of the next shipment. To create a continuous move, the second shipment must be picked up within a certain amount of time after the delivery of the preceding shipment. If this field is left blank, there is no time limit.
Match All
Show Source
Nested Schema : minLinehaulDistance
Shipments that are less than the minimum linehaul distance will not be considered for continuous moves/continuous move rates.
Match All
Show Source
Nested Schema : amountType
Type: object
Show Source
Back to Top