Appearance
!--methodPOST--!/getVehicleOptionPrice ā
Get price for the specific vehicle option.
Partner APIGlass's GuideVehicle
š Authentication ā
- Bearer Token - Your API token
š Content-Type ā
| Request | application/json |
| Response | application/json |
š¦ Request Body ā
vehicle_source_code Required
stringVehicle's source_code
option_source_code Required
stringVehicle option's source_code
ā¹ļø Examples ā
Request
json
{
"vehicle_source_code": "TGO15J",
"option_source_code": "KED"
}Response
json
{
"data": {
"new_price": "2100.00",
"retail_price": "0.00"
}
}json
{
"message": "Unauthenticated."
}