Update Dealer

This endpoint allows you to update a dealers status, opcode exclusion list and logo URL.

Endpoint

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

Request Format

HTTP Method

POST

Content-Type

application/json

Request Body

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

Paramater
Required
Type
Description

dealer_uuid

True

String

The unique dealer UUID

dealer_status

False

Sting

Set dealer active / paused

opcode_exclusion

False

String

Comma separated string of opecodes to exclude

dealer_logo

False

String

Logo URL

Making an Authorized POST Request

Response

Status Code: 200 Created

Status Code: 400 Bad Request

Status Code: 500 Failed Request

Last updated