Publish routes

Publish Routes for a Specific Date

Use this endpoint to publish all available routes for a given date within a specific workspace. This is especially useful if you want to automate daily route publishing (e.g., via a scheduled job), ensuring drivers receive their routes on time every day without requiring any manual intervention from a dispatcher.

Description

This endpoint triggers the publishing of all routes for the specified date under the given workspace. Ideal for automated workflows where routes need to be published at a consistent time every day.

  • No request body is required.
    The endpoint publishes all routes for that day automatically.
  • Asynchronous operation:
    The request immediately returns an actionUuid, which can be used to check the status of the publishing process.

Request URL

📘

Finding your workspaceId

You can find the workspaceId by logging into Routific, selecting the Workspace you'd like to create orders for, and look at the url.

For example, in this url https://beta.routific.com/workspace/650603/routes the workspaceId is 650603.

Request Payload

//none

Sample Response Payload

{
  "actionUuid": "a3498af3-b69b-4202-81ab-bb23f4e91f2c"
}