Account
| API | Description |
|---|---|
| GET api/Account/UserInfo |
No documentation available. |
| POST api/Account/Logout |
No documentation available. |
| GET api/Account/ManageInfo?returnUrl={returnUrl}&generateState={generateState} |
No documentation available. |
| POST api/Account/ChangePassword |
No documentation available. |
| POST api/Account/SetPassword |
No documentation available. |
| POST api/Account/AddExternalLogin |
No documentation available. |
| POST api/Account/RemoveLogin |
No documentation available. |
| GET api/Account/ExternalLogin?provider={provider}&error={error} |
No documentation available. |
| GET api/Account/ExternalLogins?returnUrl={returnUrl}&generateState={generateState} |
No documentation available. |
| POST api/Account/Register |
No documentation available. |
| POST api/Account/RegisterExternal |
No documentation available. |
Drivers
| API | Description |
|---|---|
| GET api/Drivers |
No documentation available. |
| GET api/Drivers/{id} |
No documentation available. |
CheckInOut
| API | Description |
|---|---|
| PUT api/CheckInOut |
No documentation available. |
DumpJobs
| API | Description |
|---|---|
| GET api/DumpJobs?routeSheetId={routeSheetId} |
Gets all Disposal Transactions (Dumps) for a specific route sheet |
FuelExpenses
Fuel Expenses API Endpoint. Requires Authentication.
| API | Description |
|---|---|
| GET api/FuelExpenses?truckId={truckId}&records={records} |
Returns the lastest Fuel Expenses for a truck |
| PUT api/FuelExpenses |
Edit a fuel expense record |
| POST api/FuelExpenses |
Add a Fuel Expense record. |
OpsFiles
| API | Description |
|---|---|
| GET api/OpsFiles?routesheetId={routesheetId} |
No documentation available. |
| POST api/OpsFiles |
Add or edit Records of Operations Files which have been upload to storage. Pictures include Manifests, Weighbrige certificates, Site pictures and Customer Signoffs |
StartEndRoute
| API | Description |
|---|---|
| GET api/StartEndRoute?day={day} |
No documentation available. |
| POST api/StartEndRoute |
Sets the Routesheet start and end times and odometer readings. The Driver record is captured based on the signed in user. |
Tickets
| API | Description |
|---|---|
| GET api/Tickets |
List of all disposal tickets available to the driver |
| GET api/Tickets/{id} |
List of Tickets used for a specific Disposal Transaction |
JobDumps
| API | Description |
|---|---|
| POST api/JobDumps |
No documentation available. |
Bins
Bins Api Endpoint
| API | Description |
|---|---|
| GET api/Bins?date={date} |
List of Bins |
DumpSites
| API | Description |
|---|---|
| GET api/DumpSites?day={day} |
No documentation available. |
JobItems
| API | Description |
|---|---|
| GET api/JobItems?routesheetId={routesheetId} |
No documentation available. |
Manifests
| API | Description |
|---|---|
| GET api/Manifests |
No documentation available. |
Dumps
Disposal Transaction API Endpoint
| API | Description |
|---|---|
| GET api/Dumps?routesheetId={routesheetId} |
Returns a list of Disposal Transactions (Dumps) for a Truck and Day |
| POST api/Dumps |
Add a new Disposal Transaction |
| PUT api/Dumps |
Modify an existing Disposal Transaction |
Jobs
| API | Description |
|---|---|
| GET api/Jobs?routesheetId={routesheetId} |
Provides a list of services for a Truck and Date (Routesheet) |
| POST api/Jobs |
Edit a service records |
AbortJob
| API | Description |
|---|---|
| POST api/AbortJob |
No documentation available. |