Fleet Solution API (1.0)

Download OpenAPI specification:Download

Get Fleet Solutions

query Parameters
offset
integer
limit
integer
Default: 100
fromDate
required
string <date>
toDate
required
string <date>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Get Fleet Solution by DispatchDate

query Parameters
branchKey
required
integer
dispatchDate
required
string <date>

Responses

Response samples

Content type
application/json
{
  • "fleetSolutionKey": 0,
  • "fleetSolutionId": "string",
  • "boundaryProfileKey": 0,
  • "boundaryProfileId": "string",
  • "branchKey": 0,
  • "truckProfileKey": "string",
  • "dispatchDate": "string",
  • "stats": {
    }
}

Get Fleet Solution

path Parameters
fleetSolutionId
required
string

Responses

Response samples

Content type
application/json
{
  • "fleetSolutionKey": 0,
  • "fleetSolutionId": "string",
  • "boundaryProfileKey": 0,
  • "boundaryProfileId": "string",
  • "branchKey": 0,
  • "truckProfileKey": "string",
  • "dispatchDate": "string",
  • "stats": {
    }
}

Delete Fleet Solution

path Parameters
fleetSolutionId
required
string

Responses

Load Fleet Solution

Request Body schema: application/json
branchKey
integer
truckProfileKey
required
number
boundaryProfileId
string
dispatchDate
required
string <date>
orderKeys
Array of numbers

Responses

Request samples

Content type
application/json
{
  • "branchKey": 0,
  • "truckProfileKey": 0,
  • "boundaryProfileId": "string",
  • "dispatchDate": "2019-08-24",
  • "orderKeys": [
    ]
}