Add New Dealer

The Motovizion AI API allows you to insert new dealers to automatically go live based on the subscription start date.

Endpoint

https://api-v2.motovizion.ai/dealer/

Request Format

HTTP Method

POST

Content-Type

application/json

Request Body

The request body should be a JSON object with the following fields:

Parameter
Type
Required
Description

dealer_uuid

String

True

The unique ID of the new dealer

dealer_name

String

True

Common Name for dealer

dept_uuid

String

True

Department UUID

user_uuid

String

True

User UUID for sending SMS messages

timezone

String

True

Local timezone of dealer

dealer_location

String

False

City, State

dealer_number

String

True

Phone number of dealer

dealer_address

String

True

Dealer physical address

franchise

String

False

Dealers OEM brand, Ok to pass multiple

dealer_logo

String

True

URL of dealer logo

start_date

String

True

mm/dd/YY

dealer_notes

String

False

Any extra notes

exclusion_list

String

False

Opcode exclusion list, comma separated

Timezone Options

Opcode Exclusion List (Comma Separated String)

Making an Authorized POST Request

circle-info

Make sure to include trailing backslash in POST URL after dealer/

Responses

Status Code: 201 Created

Status Code: 400 Bad Request

Status Code: 400 Bad Request

Status Code: 400 Bad Request

Status Code: 401 Unauthorized

Status Code: 405 Method Not Allowed

Status Code: 500 Internal Server Error

Status Code: 500 Internal Server Error

Last updated