Skip to main content

LimoAnywhere Integration

Overview

LimoAnywhere is a comprehensive ground transportation management system. This guide will help you set up and manage the integration between LimoAnywhere and GNet Connect.

Prerequisites

  • An active LimoAnywhere account
  • GNet Connect subscription
  • API credentials from LimoAnywhere

Integration Steps

  1. Log in to your GNet Connect dashboard
  2. Navigate to Integrations
  3. Select LimoAnywhere from the available providers
  4. Enter your API credentials
  5. Configure your preferences

Features

  • Real-time reservation sync
  • Automated booking management
  • Fleet availability updates
  • Pricing synchronization

Support

For additional support with your LimoAnywhere integration, please contact our support team at support@grdd.net

Basic

Inline Code

To denote a word or phrase as code, enclose it in backticks (`).
To denote a `word` or `phrase` as code, enclose it in backticks (`).

Code Block

Use fenced code blocks by enclosing code in three backticks and follow the leading ticks with the programming language of your snippet to get syntax highlighting. Optionally, you can also write the name of your code after the programming language.
HelloWorld.java
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}
```java HelloWorld.java
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}
```
I