Skip to main content
Remove Machine from Route

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Query Parameters

MachineId
integer<int64>

The unique identifier of the machine to be removed from the route.

RouteId
integer<int32>

The unique identifier of the route from which the machine will be removed.

Response

200 - application/json

The details of the machine removed from the route.

MachineTypeLutId
integer<int32> | null

The identifier for the machine type from the lookup table.

MachineId
integer<int64>

The unique identifier of the machine.

MachineName
string | null

The name of the machine.

MachineNumber
string | null

The unique number assigned to the machine.

CountryId
integer<int32> | null

The identifier for the country where the machine is located.

City
string | null

The city where the machine is located.

Address
string | null

The address where the machine is located.

StreetNumber
string | null

The street number where the machine is located.

Longitude
string | null

The longitude coordinate of the machine's location.

Latitude
string | null

The latitude coordinate of the machine's location.

InstituteId
integer<int64> | null

The unique identifier of the institute associated with the machine.

InstituteName
string | null

The name of the institute associated with the machine.

LocationId
integer<int64> | null

The unique identifier of the location where the machine is installed.

LocationName
string | null

The name of the location where the machine is installed.

CustomerId
integer<int64> | null

The unique identifier of the customer associated with the machine.

CustomerName
string | null

The name of the customer associated with the machine.

CustomerLocationId
integer<int64> | null

The unique identifier of the customer's location associated with the machine.

CustomerLocationName
string | null

The name of the customer's location associated with the machine.

StatusId
integer<int32> | null

The status identifier of the machine, indicating its current status.

DriverId
string<uuid> | null

The unique identifier of the driver assigned to the machine.

RouteId
integer<int64>

The unique identifier of the route to which the machine is assigned.

UserId
integer<int64> | null

The unique identifier of the user who last interacted with the machine.

CreatedBy
integer<int64>

The unique identifier of the user who created the route-machine association.

CreatedDt
string<date-time>

The date and time when the route-machine association was created.