feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration - Checkpoint
This commit is contained in:
@@ -46,7 +46,7 @@ async function ensureRRServiceVehicle({ bodyshop, custNo, job, overrides = {}, s
|
||||
// Optional: first try a combined query by VIN to detect existing SV
|
||||
try {
|
||||
const queryRes = await client.combinedSearch(
|
||||
{ vin: job?.v_vin, maxRecs: 1 },
|
||||
{ vin: job?.v_vin, maxRecs: 1, kind: "vin" },
|
||||
{
|
||||
...opts,
|
||||
envelope: {
|
||||
|
||||
Reference in New Issue
Block a user