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

This commit is contained in:
Dave
2025-11-05 11:28:14 -05:00
parent f2faa5b686
commit da28fe8592
2 changed files with 6 additions and 4 deletions

View File

@@ -67,6 +67,10 @@ async function ensureRRServiceVehicle({ bodyshop, custNo, job, overrides = {}, s
}
const payload = buildServiceVehiclePayload({ job, custNo, overrides });
console.log("Inserting RR Service Vehicle with payload:");
console.dir({ payload }, { depth: null });
const res = await client.insertServiceVehicle(payload, opts);
const data = res?.data ?? res;