Navistream Sync API - v1.0.3

We've posted a new Sync API version update!


Web Client release v1.1.0 will bring these changes into immediate effect to the corresponding Release Channel (Alpha, Beta, or Prod).


In this new version you'll find the following definition changes -


  Vehicle:

      vehicleName:

        description: Human readable name for the vehicle. Length must be between 1 and 10 characters

      jurisdictionCountry:

        type: string

        example: CA

        description: Two-letter abbreviation of country which issued a plate number. Required if licensePlate is entered

      jurisdictionState:

        type: string

        example: BC

        description: Two-letter abbreviation of state which issued a plate number. Required if licensePlate is entered


User:

      firstName:

        description: User's first name (given name). Length must be between 2 and 30 characters

      lastName:

        description: User's last name (surname or family name). Length must be between 2 and 30 characters

      driverLicenseNumber:

        description: The user's driver license number. Length must be less than 20 characters

      licenseIssuingCountry:

        description: Two-letter abbreviation of country which issued a driver's license. Required if driverLicenseNumber is entered

      licenseIssuingState:

        description: Two-letter abbreviation of state or province which issued a driver's license. Required if driverLicenseNumber is entered


Organization:

      name:

        description: Name of the organization. Length must be between 4 and 120 characters

      usDotNumber:

        description: Carrier’s US DOT Number assigned by FMCSA. If entered, the length must be between 1 and 9 digits.




Note: please prepare any related changes to your calls and deploy them when the Navistream Web Client release is performed to avoid any error responses. To be notified when Navistream releases occur, you can sign up for Release Notifications by signing into navistream.stti.ca and selecting 'Follow' under the Forum section for the Release Channel you're interested in.