feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration - Checkpoint
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user