HealthCheck
| API | Description |
|---|---|
| GET api/HealthCheck?deepCheck={deepCheck} |
No documentation available. |
Geofence
| API | Description |
|---|---|
| POST api/Geofence?token={token} |
This api is used to specify whether entering or leaving the terminal. |
| GET api/Geofence?token={token}&terminal={terminal} |
This api is used to specify whether do you have an open transport in a specific terminal (according to the acceptable time to inquiry). |
Company
| API | Description |
|---|---|
| GET api/Company?token={token} |
the list of companies that the driver works for them |
| GET api/Company?token={token}&companyId={companyId} |
get a particular company |
Vehicle
| API | Description |
|---|---|
| GET api/Vehicle?token={token} |
list of vehicles belonging to driver |
| GET api/Vehicle?token={token}&companyId={companyId} |
list of vehicles belonging to the driver and the company |
| GET api/Vehicle/{id}?token={token} |
get vehicle |
User
| API | Description |
|---|---|
| POST api/User?isAdmin={isAdmin} |
login user in system |
Transport
| API | Description |
|---|---|
| GET api/Transport?token={token} |
list of all transports |
| GET api/Transport?token={token}&which={which} |
list of all transports |
| GET api/Transport/{id}?token={token} |
get transport by id |
| GET api/Transport?permit={permit}&token={token} |
get transport by permit code |
| GET api/Transport?query={query}&token={token} |
the list of trasports has a specific condition. |
| PUT api/Transport/{id}?token={token} |
using this function you can cancel an order or edit the date and flight number of it. |
| POST api/Transport?token={token} |
create a new transport |
Payment
| API | Description |
|---|---|
| GET api/Payment?token={token}&amount={amount} |
No documentation available. |
| GET api/Payment |
No documentation available. |
Monitoring
| API | Description |
|---|---|
| GET api/Monitoring?token={token} |
No documentation available. |
| GET api/Monitoring?token={token}&filename={filename} |
No documentation available. |
| DELETE api/Monitoring?token={token}&keepDays={keepDays} |
No documentation available. |
Driver
| API | Description |
|---|---|
| GET api/Driver?token={token} |
get driver profile |
Identifier
| API | Description |
|---|---|
| GET api/Identifier?token={token}&terminalName={terminalName} |
No documentation available. |
| GET api/Identifier?dt={dt}&terminalName={terminalName}&key={key} |
No documentation available. |
| GET api/Identifier?token={token}&terminalName={terminalName}&details={details} |
No documentation available. |
Transaction
| API | Description |
|---|---|
| GET api/Transaction?token={token} |
list of all transactions |
BillAccount
| API | Description |
|---|---|
| GET api/BillAccount?token={token} |
list of all the accounts that each driver can use |
| GET api/BillAccount?token={token}&billAccountId={billAccountId} |
No documentation available. |
Balance
| API | Description |
|---|---|
| GET api/Balance?token={token} |
get account balance |