Create Appointment

This script allows you to make a request to create a new appointment, and receive the short form "chat code" to send in a SMS message. Also can be used for existing appointments to find the chat code.

Endpoint

https://api-v2.motovizion.ai/create-appointment/

Request Format

POST

Content-Type

application/json

Request Body

Paramater
Required
Type
Description

dealer_uuid

True

String

The unique Dealer ID

appt_uuid

True

String

Unique appointment ID

customer_name

True

String

Customer full name

year

True

Integer

Year of vehicle

make

True

String

Make of Vehicle

model

True

String

Model of Vehicle

concern

True

String

The reason for the visit, vehicle issue

vehicle_id

True

String

Vehicle Identification Number

appt_date

True

String

Date for appointment

appt_time

True

String

Time for appointment, 24h format

Making an Authorized Request

Response

If the appointment already exist, return true with existing chat_code

If appointment doesn't exist, we create it and return false along with the new chat code

Chat Code URL Example

Last updated