POST api/Video/UploadZipFile/{dealerLotKey}/{vehicleKey}/{vin}

Upload Video Zip for an existing vehicle

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dealerLotKey

integer

Required

vehicleKey

integer

Required

vin

vin for videos in zip

string

Required

Body Parameters

None.

Response Information

Number of Videos processed

Response body formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int>1</int>

Resource Description

Number of Videos processed

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int>1</int>