Superfy Platform API Documentation


Recalculate Preview Route/Schedule API

Require Authentication

This API is used to recalculate preview route/schedule for the company based on combination of deviceID and token.


URL

api/routes/recalculatepreviewroutes/:maintenanceScheduleID

Required parameter (in URL)

Required parameter (POST)

Optional parameter

Example JSON Payload

{
	"deviceID": "ABCD-EFGH-IJKL-MNOP",
	"token": "bb602ab13b8090268cd6e3bb9dfa39e2"
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": [
    "Preview Schedule calculation has been requested. Please wait a few minutes until the process is done."
  ]
}