feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration - Checkpoint

This commit is contained in:
Dave
2025-11-04 15:18:08 -05:00
parent aa692d4d05
commit c60dfa4319
2 changed files with 196 additions and 138 deletions

View File

@@ -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: {