Values stripped from JSON on API call

That’s correct.

I’ll refer you to this thread, in which I followed the advice of another user to get this set up.

Here is a snippet of the JSON being sent from the T1 CSV uploader (where the values are showing correctly in debug):

[{“Manufacturer”:“BMW”,“Model”:“C-Class”,“Variant”:“Hybrid”,“Finance Provider”:“Novuna”,“CAP ID”:5746,“CAP Code”:“CAP2198”,“Trim”:“["Standard", "Dynamic"]”,“Options”:“["Alloy Wheels", "Built-in Sat Nav"]”,“Colours”:“["Black", "White", "Red"]”,“Initial Term”:3,“Contract Length”:48,“Annual Mileage”:10000,“Upfront Cost”:9191,“Monthly Cost”:717,“hasBreakdown?”:“Yes”,“Breakdown Cover Cost”:17,“includesRoadTax?”:“No”,“Road Tax Cost”:95,“hasMaintenance?”:“Yes”,“Maintenance Cost (Monthly)”:463,“Fuel Type”:“Petrol”,“CO2 Emissions”:214,“Engine Power”:324,“Fuel Economy”:56.5,“EV Connector Type”:“Type 2”,“EV Battery Capacity”:79,“Range”:172,“Transmission”:“Manual”,“Processing fee”:99,“Delivery cost”:0,“Important info”:“No info”,“Drivebase Customer”:“Company Ltd”,“Commission Value”:300},

Here’s the API settings:

![image|503x500](upload://zpSIfPkhPNUcis9yRWVPJOLJDMA.png

Action that sends the JSON:

Debug in that screenshot pulls value correctly from JSON.