Actions

add_visit_items
Add items to an existing visit.

bulk_delete_clients
Delete multiple clients in a single call.

create_client_property
Create a new custom attribute for clients.

create_clients
Create one or multiple new clients in the account.

create_plan
Create an empty plan (execution) without routes (reserve a planning day).

create_route
Create a new route manually by assigning vehicle, driver and date.

create_users
Create new user/driver in the account.

create_vehicle
Register a new vehicle in the account.

create_visits
Create visits. Multiple visits can be created in a single request.

custom_api_call
Make a custom API call to a specific endpoint

delete_route
Delete a route by its ID.

delete_vehicle
Delete a vehicle by its ID.

delete_visit
Delete a visit by its ID.

get_clients
Retrieves the list of clients associated with the account. Can filter by client key.

get_drivers
Retrieve the list of drivers registered in the account.

get_fleets
Retrieve the list of fleets available in the account.

get_me
Returns account information of the authenticated user via API token.

get_observations
Retrieve the list of observations available in the account.

get_plan_vehicles
Returns the vehicles that have planned routes on the indicated date.

get_plans
Retrieve the list of saved routing plans (executions).

get_route
Retrieve details of a specific route.

get_routes
Retrieve the list of existing routes.

get_sellers
Retrieve the list of sellers available in the account.

get_skills
Retrieve the list of skills available in the account.

get_tags
Retrieve the list of tags available in the account.

get_user
Retrieve information of a specific user by ID.

get_vehicle
Retrieve information of a specific vehicle.

get_vehicles
Retrieve the list of vehicles registered in the account.

get_visit
Retrieve details of a specific visit by ID.

get_visit_detail
Get detailed information about a specific visit.

get_visits
Retrieve all registered visits. Can be filtered by planned visit date.

get_zones
Retrieve the list of zones available in the account.

update_user
Update information of an existing user.

update_visit
Completely update an existing visit with all fields.

update_visit_partial
Partially update fields of an existing visit.























