Carfax
Carfax Controller
API | Description |
---|---|
GET api/Carfax/GetWindowStickerData/{dealerLotKey}/{vin} |
Get Carfax Window Sticker Data |
Dealer
Dealer Controller
Franchise
Franchise Controller
API | Description |
---|---|
GET api/Franchise/GetFranchise/{franchiseKey} |
Get franchise |
GET api/Franchise/GetServiceEnums |
Get Service Enums |
Log
Log Controller
API | Description |
---|---|
POST api/Log/UploadZip/{userKey}/{version} |
Upload Log Zip |
Photo
Photo Controller
API | Description |
---|---|
POST api/Photo/UploadZipFile/{dealerLotKey}/{vehicleKey}/{vin} |
Upload Photo Zip for an existing vehicle |
GET api/Photo/UploadZipFileWS/{dealerLotKey}/{vehicleKey}/{vin} |
Upload Photo Zip for an existing vehicle using websocket |
Video
Video Controller
API | Description |
---|---|
POST api/Video/UploadZip/{vehicleKey} |
Upload Video Zip for an existing vehicle |
POST api/Video/UploadZipFile/{dealerLotKey}/{vehicleKey}/{vin} |
Upload Video Zip for an existing vehicle |
GET api/Video/UploadZipFileWS/{dealerLotKey}/{vehicleKey}/{vin} |
Upload Video Zip for an existing vehicle using websocket |
User
User Controller
API | Description |
---|---|
GET api/User/GetActivity/{userKey} |
Gets rapidlot user activity details for last 7 days |
GET api/User/GetUser/{userKey} |
Get user Object For Mobile. |
POST api/User/GetUserToken |
Get user authenticated and returns token, status code, userchannel and expire date. |
Vehicle
Vehicle Controller
API | Description |
---|---|
GET api/Vehicle/GetVehicle/{dealerLotKey}/{vehicleKey}/{vin} |
Get A Vehicle |
GET api/Vehicle/GetVehicles/{dealerLotKey} |
Get All Vehicles for a Dealer Lot |
GET api/Vehicle/GetVehiclesByModifiedDate/{dealerLotKey}/{modifiedDate} |
Get All Vehicles for a Dealer Lot |
GET api/Vehicle/GetVehiclesZip/{dealerLotKey} |
Get All Vehicles for a Dealer Lot |
GET api/Vehicle/GetVehiclesZipWS/{dealerLotKey} |
Get All Vehicles for a Dealer Lot |
GET api/Vehicle/GetVehiclesZipByModifiedDate/{dealerLotKey}/{modifiedDate} |
Get All Vehicles for a Dealer Lot |
POST api/Vehicle/SaveVehicle |
Post A Vehicle |
Master
Master Controller