schedule_response
If a schedule is input with no base_date,
RouteCloud assigns the optimal base date to the schedule.
The assigned base date should be input as schedule.base_date in future requests
to ensure the recurring schedule is assigned correct dates in the future.
RouteCloud returns a schedule_response
object only if it assigns a base date to a schedule.
A schedule is not assigned a base date if it already has one, or if it was left unrouted.
See Routing with Schedules.
Name | Type | Description |
---|---|---|
base_date | date | The base date of this schedule. See Routing with Schedules. |
id | id | The ID of the schedule that was provided in the request on schedule.id. |
name | string | The name of the schedule that was provided in the request on schedule.name. |
See Also
- Routing with Schedules.
- The build_response.schedules, sequence_response.schedules, evaluate_response.schedules, and recommend_option.schedules fields.
- The schedule type.