checkVehicle to determine whether a matching vehicle already exists in the catalog. The server returns all corte records that match the provided vehicle criteria so you can decide whether to create a new entry or update an existing one.
Endpoint: WRITE service
Action: checkVehicle
Request
Must be
"checkVehicle".Vehicle make (e.g.,
"Toyota").Vehicle model (e.g.,
"Corolla").Starting model year (e.g.,
"2018").Ignition type (e.g.,
"Convencional" or "Push Button").Vehicle category (e.g.,
"Automóviles").Optional version or trim specifier for the vehicle (e.g.,
"XLE, XSE").Response
Always
"success" on success.Array of corte objects that match the search criteria. Returns an empty array if no matches are found. Each object follows the full corte schema including all cut point fields, image IDs, and community vote counts.