F&I data model
This is the data structure of the F&I request body when you are sending F&I data to myKaarma.
The endpoint expects a top-level request object with type: "F&I" and the actual F&I deal under the payload object.
Validation Rules
typeis required and must beF&I.payload.uuidis required.payload.dealerUuidis required.payload.customeris required.payload.customer.customerKeyis required.payload.customer.lastNameis required ifpayload.customer.isBusinessisfalseor null.payload.customer.companyis required ifpayload.customer.isBusinessistrue.payload.vehicle.vehicleKeyis required ifpayload.vehicleis not null.- Each
phoneNumbermust be exactly 12 characters ifpayload.customer.phoneNumbersis sent. - All other fields in the current F&I schema are optional.
Summary of the fields
Top-level request fields
| Parameter Name | Description |
|---|---|
type | Event type for the request. Must be F&I. |
payload | Container object holding the F&I deal data. |
payload.uuid | Unique identifier for the incoming F&I event. |
payload.dealerUuid | myKaarma dealer UUID for the event. |
payload.vehicle | Primary vehicle information for the F&I deal. |
payload.customer | Primary customer information for the F&I deal. |
payload.coBuyer | Co-buyer information for the F&I deal. |
payload.deal | Deal-level metadata and lifecycle information. |
payload.pricing | Vehicle pricing values for the deal. |
payload.profit | Gross, commission, and F&I income values. |
payload.financing | Financing structure, rates, payments, and down payment values. |
payload.lease | Lease-specific values for the deal. |
payload.taxes | Tax summary and tax line details. |
payload.fees | Fee summary and fee line details. |
payload.weOwes | We-owe and residual totals associated with the deal. |
payload.insurance | Insurance, warranty, mechanical breakdown insurance (MBI), accident and health (AH), credit life (CL), and related product data. |
payload.trades[] | List of trade-in vehicles. |
payload.tradeTotals | Aggregated totals for all trades. |
payload.lienHolder | Lien holder details for the transaction. |
payload.salesTeam | Sales, F&I, CRM, and delivery team assignments. |
payload.commissions | Detailed commission, sale credit, and spiff values. |
payload.tradeDealerDefined[] | List of trade-specific dealer-defined custom fields. |
payload.dealerDefined[] | List of deal-level dealer-defined custom fields. |
payload.fiAux[] | List of auxiliary F&I fields from the source DMS. |
payload.pickup | Pickup date and pickup pay values. |
payload.miscellaneous[] | List of miscellaneous fields. |
payload.mileageExpected | Expected lease or contract mileage value. |
payload.mileagePenaltyAmount | Mileage penalty amount value. |
payload.mileagePenaltyRate | Mileage penalty rate value. |
payload.vehicle object
| Parameter Name | Description | Field Length |
|---|---|---|
payload.vehicle.vin | VIN of the primary vehicle in the deal. | 17 |
payload.vehicle.vehicleKey | Source-system key for the vehicle. | - |
payload.vehicle.vehicleUuid | myKaarma or external UUID for the vehicle. | - |
payload.vehicle.vehicleMake | Vehicle make. | 100 |
payload.vehicle.vehicleModel | Vehicle model. | 45 |
payload.vehicle.vehicleYear | Vehicle year. | 4 |
payload.vehicle.vehicleTrim | Vehicle trim. | 100 |
payload.vehicle.vehicleEngine | Vehicle engine description. | 300 |
payload.vehicle.color | Vehicle color. | 100 |
payload.vehicle.bodyStyle | Vehicle body style. | - |
payload.vehicle.licensePlate | Vehicle license plate. | 20 |
payload.vehicle.estimatedMileage | Estimated vehicle mileage. | 30 |
payload.vehicle.stockNumber | Dealer stock number for the vehicle. | - |
payload.vehicle.msrp | Vehicle MSRP value. | - |
Customer, CoBuyer, Lien Holder object
For the table below, ParentEntity can refer to customer, coBuyer, or lienHolder.
| Parameter Name | Description | Field Length |
|---|---|---|
payload.ParentEntity.customerUuid | myKaarma or external UUID for the customer, co-buyer, or lien holder. | - |
payload.ParentEntity.customerKey | Source-system key for the customer, co-buyer, or lien holder. | 45 |
payload.ParentEntity.firstName | First name for the customer, co-buyer, or lien holder. | 100 |
payload.ParentEntity.middleName | Middle name for the customer, co-buyer, or lien holder. | - |
payload.ParentEntity.lastName | Last name for the customer, co-buyer, or lien holder. | 100 |
payload.ParentEntity.company | Company name for a business customer, co-buyer, or lien holder. | 100 |
payload.ParentEntity.isBusiness | Indicates whether the customer, co-buyer, or lien holder is a business. | 1 |
payload.ParentEntity.preferredLocale | Preferred locale for the customer, co-buyer, or lien holder. | 20 |
payload.ParentEntity.assignedSA | Assigned service advisor or sales associate identifier. | - |
payload.ParentEntity.comments | Comments associated with the customer, co-buyer, or lien holder. | - |
payload.ParentEntity.emails | List of email addresses for the customer, co-buyer, or lien holder. | - |
payload.ParentEntity.phoneNumbers | List of phone numbers for the customer, co-buyer, or lien holder. | - |
payload.ParentEntity.addresses | List of addresses for the customer, co-buyer, or lien holder. | - |
Customer, CoBuyer, Lien Holder object
For the table below, ParentEntity can refer to customer, coBuyer, or lienHolder.
| Parameter Name | Description | Field Length |
|---|---|---|
payload.ParentEntity.emails[].emailAddress | Email address for the customer, co-buyer, or lien holder. | 100 |
payload.ParentEntity.emails[].label | Label for the email address. | - |
payload.ParentEntity.emails[].isPreferred | Indicates whether this email is preferred. | - |
payload.ParentEntity.emails[].okToEmail | Indicates whether email communication is allowed. | - |
Customer, CoBuyer, Lien Holder object
For the table below, ParentEntity can refer to customer, coBuyer, or lienHolder.
| Parameter Name | Description |
|---|---|
payload.ParentEntity.phoneNumbers[].phoneNumber | Phone number for the customer, co-buyer, or lien holder. If sent, it must be exactly 12 characters. |
payload.ParentEntity.phoneNumbers[].label | Label for the phone number. |
payload.ParentEntity.phoneNumbers[].isPreferred | Indicates whether this phone number is preferred. |
payload.ParentEntity.phoneNumbers[].okToText | Indicates whether text communication is allowed. |
payload.ParentEntity.phoneNumbers[].okToCall | Indicates whether calling is allowed. |
Customer, CoBuyer, Lien Holder object
For the table below, ParentEntity can refer to customer, coBuyer, or lienHolder.
| Parameter Name | Description | Field Length |
|---|---|---|
payload.ParentEntity.addresses[].line1 | Address line 1. | 170 |
payload.ParentEntity.addresses[].line2 | Address line 2. | 170 |
payload.ParentEntity.addresses[].city | Address city. | - |
payload.ParentEntity.addresses[].county | Address county. | - |
payload.ParentEntity.addresses[].state | Address state or region. | 100 |
payload.ParentEntity.addresses[].zip | Address postal code. | 10 |
payload.ParentEntity.addresses[].country | Address country. | 45 |
payload.deal object
| Parameter Name | Description |
|---|---|
payload.deal.dealNo | Deal number. |
payload.deal.dealType | Deal type from the source DMS. |
payload.deal.fiDealType | F&I deal type. |
payload.deal.dealSource | Deal source. |
payload.deal.saleType | Sale type. |
payload.deal.contractDate | Contract date. |
payload.deal.accountingDate | Accounting date. |
payload.deal.accountingAccount | Accounting account. |
payload.deal.salesAccount | Sales account. |
payload.deal.salesDate | Sales date. |
payload.deal.salesManagementDealType | Sales management deal type. |
payload.deal.custOrCompanyCode | Customer or company code from the source system. |
payload.deal.hostItemID | Host item identifier. |
payload.deal.waqNumber | WAQ number. |
payload.deal.fiWipStatusCode | F&I work-in-progress status code. |
payload.deal.calcMethod | Calculation method. |
payload.deal.branch | Branch value. |
payload.deal.leaseType | Lease type. |
payload.deal.paymentStyle | Payment style. |
payload.deal.age | Age field from the source DMS. |
payload.deal.customerComments | Customer comments for the deal. |
payload.deal.dealEvents[] | List of deal events entries. |
payload.deal.contactHistory[] | List of contact history entries. |
payload.deal.dealEvents object
| Parameter Name | Description |
|---|---|
payload.deal.dealEvents[].eventCode | Deal event code. |
payload.deal.dealEvents[].eventDate | Deal event date. |
payload.deal.contactHistory Object
| Parameter Name | Description |
|---|---|
payload.deal.contactHistory[].contactDate | Contact date for a contact history entry. |
payload.deal.contactHistory[].contactReason | Contact reason for a contact history entry. |
payload.pricing object
| Parameter Name | Description |
|---|---|
payload.pricing.msrp | MSRP value captured at pricing level. |
payload.pricing.cashPrice | Cash price of the vehicle. |
payload.pricing.costPrice | Cost price of the vehicle. |
payload.pricing.glVehicleCost | GL vehicle cost value. |
payload.pricing.salePriceWithWeOwes | Sale price including we-owe adjustments. |
payload.pricing.outTheDoorPrice | Out-the-door price. |
payload.pricing.adjustedCostOfVehicle | Adjusted vehicle cost. |
payload.pricing.adjustmentsDealerDefined | Dealer-defined adjustment total. |
payload.pricing.adjustmentsROPO | ROPO adjustment total. |
payload.pricing.adjustmentsStandard | Standard adjustment total. |
payload.profit object
| Parameter Name | Description |
|---|---|
payload.profit.grossProfit | Gross profit value. |
payload.profit.totalGross | Total gross value. |
payload.profit.totalCommission | Total commission value. |
payload.profit.frontEndGrossProfit | Front-end gross profit value. |
payload.profit.frontGross | Front gross value. |
payload.profit.backGross | Back gross value. |
payload.profit.commOnSaleDlr | Dealer commission on sale. |
payload.profit.commissionPack | Commission pack value. |
payload.profit.optionsCommDlr | Dealer commission on options. |
payload.profit.fiIncome | F&I income value. |
payload.financing object
| Parameter Name | Description |
|---|---|
payload.financing.financeAmt | Financed amount. |
payload.financing.financeCharge | Finance charge. |
payload.financing.financeSource | Finance source. |
payload.financing.finInstituteCode | Financing institution code. |
payload.financing.apr | APR value. |
payload.financing.sellRateAPR | Sell rate APR. |
payload.financing.sellRateAddOn | Sell rate add-on value. |
payload.financing.sellRateLMF | Sell rate LMF value. |
payload.financing.buyRateAPR | Buy rate APR. |
payload.financing.buyRateAddOn | Buy rate add-on value. |
payload.financing.buyRateLFM | Buy rate LFM value. |
payload.financing.buyRateLMF | Buy rate LMF value. |
payload.financing.bankFee | Bank fee. |
payload.financing.term | Financing term. |
payload.financing.payments | Number of payments. |
payload.financing.paymentAmt | Payment amount. |
payload.financing.paymentCode | Payment code. |
payload.financing.firstPayDate | First payment date. |
payload.financing.lastPayDate | Last payment date. |
payload.financing.lastPayAmount | Last payment amount. |
payload.financing.totalOfMonthlyPayments | Total of monthly payments. |
payload.financing.cashDown | Cash down amount. |
payload.financing.customerCashDown | Customer cash down amount. |
payload.financing.dueOnDelivery | Amount due on delivery. |
payload.financing.depositAmount | Deposit amount. |
payload.financing.depositType | Deposit type. |
payload.financing.totalDown | Total down payment. |
payload.financing.balloonAmount | Balloon amount. |
payload.financing.balloonRate | Balloon rate. |
payload.financing.baseResidual | Base residual value. |
payload.financing.rebateAmount | Rebate amount. |
payload.financing.incentiveDealer | Dealer incentive amount. |
payload.financing.incentiveProgram | Incentive program identifier or name. |
payload.financing.surplusCash | Surplus cash amount. |
payload.financing.securityDepositAmount | Security deposit amount. |
payload.lease object
| Parameter Name | Description |
|---|---|
payload.lease.leaseEndPercentageRate | Lease-end percentage rate. |
payload.lease.leaseEndValue | Lease-end value. |
payload.lease.leaseMileageAllowance | Lease mileage allowance. |
payload.lease.leasePayment | Lease payment amount. |
payload.lease.cashCapReduction | Cash capitalized cost reduction. |
payload.lease.initialCapCost | Initial capitalized cost. |
payload.lease.adjustedCapCost | Adjusted capitalized cost. |
payload.lease.addToCapAmount | Amount added to cap cost. |
payload.lease.amountDueAtStart | Amount due at lease start. |
payload.lease.totalCapReduction | Total capitalized cost reduction. |
payload.lease.totalCashSurplus | Total cash surplus. |
payload.taxes object
| Parameter Name | Description |
|---|---|
payload.taxes.totalTax | Total tax amount. |
payload.taxes.serviceTaxAmount | Service tax amount. |
payload.taxes.usLuxuryExciseTaxAmount | US luxury excise tax amount. |
payload.taxes.lstGstAmount | LST/GST amount. |
payload.taxes.lstGstRate | LST/GST rate. |
payload.taxes.lstGstRateFlat | Flat LST/GST rate. |
payload.taxes.texasGAPInsuranceAmount | Texas GAP insurance amount. |
payload.taxes.texasGAPInsuranceDealerCommissionBase | Texas GAP insurance dealer commission base. |
payload.taxes.taxLines[] | List of standard tax line items. |
payload.taxes.purchaseFlexibleTaxes[] | List of flexible purchase tax line items. |
payload.taxes.taxLines object
| Parameter Name | Description |
|---|---|
payload.taxes.taxLines[].taxName | Tax line name. |
payload.taxes.taxLines[].taxAmount | Tax line amount. |
payload.taxes.taxLines[].taxBase | Tax line base amount. |
payload.taxes.taxLines[].taxRate | Tax line rate. |
payload.taxes.purchaseFlexibleTaxes object
| Parameter Name | Description |
|---|---|
payload.taxes.purchaseFlexibleTaxes[].taxName | Flexible tax line name. |
payload.taxes.purchaseFlexibleTaxes[].taxAmount | Flexible tax line amount. |
payload.taxes.purchaseFlexibleTaxes[].taxBase | Flexible tax line base amount. |
payload.taxes.purchaseFlexibleTaxes[].taxRate | Flexible tax line rate. |
payload.taxes.purchaseFlexibleTaxes[].taxMax | Flexible tax line maximum amount. |
payload.taxes.purchaseFlexibleTaxes[].taxMaxCode | Flexible tax line maximum code. |
payload.fees object
| Parameter Name | Description |
|---|---|
payload.fees.totalOptionsFees | Total options fees. |
payload.fees.totalFinancedFeeOptions | Total financed fee options. |
payload.fees.totalTaxableFees | Total taxable fees. |
payload.fees.totalInitFees | Total initial fees. |
payload.fees.totalAnnFees | Total annual fees. |
payload.fees.feeOptions[] | List of fee option line items. |
payload.fees.initialFees[] | List of initial fee line items. |
payload.fees.annualFees[] | List of annual fee line items. |
payload.fees.addToCapCostFees[] | List of add-to-cap-cost fee line items. |
payload.fees.feeOptions object
| Parameter Name | Description |
|---|---|
payload.fees.feeOptions[].feeName | Fee option name. |
payload.fees.feeOptions[].feeAmount | Fee option amount. |
payload.fees.feeOptions[].feeCost | Fee option cost. |
payload.fees.feeOptions[].feeProfitType | Fee option profit type. |
payload.fees.feeOptions[].dealerComm | Dealer commission for the fee option. |
payload.fees.initialFees object
| Parameter Name | Description |
|---|---|
payload.fees.initialFees[].feeName | Initial fee name. |
payload.fees.initialFees[].feeAmount | Initial fee amount. |
payload.fees.initialFees[].feeCostAmount | Initial fee cost amount. |
payload.fees.initialFees[].feeProfitType | Initial fee profit type. |
payload.fees.initialFees[].dealerCommissionBase | Dealer commission base for the initial fee. |
payload.fees.annualFees object
| Parameter Name | Description |
|---|---|
payload.fees.annualFees[].feeName | Annual fee name. |
payload.fees.annualFees[].feeAmount | Annual fee amount. |
payload.fees.annualFees[].dealerCommBase | Dealer commission base for the annual fee. |
payload.fees.addToCapCostFees object
| Parameter Name | Description |
|---|---|
payload.fees.addToCapCostFees[].feeName | Add-to-cap-cost fee name. |
payload.fees.addToCapCostFees[].feeAmount | Add-to-cap-cost fee amount. |
payload.fees.addToCapCostFees[].feeCostAmount | Add-to-cap-cost fee cost amount. |
payload.fees.addToCapCostFees[].feeProfitType | Add-to-cap-cost fee profit type. |
payload.fees.addToCapCostFees[].dealerCommBase | Dealer commission base for the add-to-cap-cost fee. |
payload.fees.addToCapCostFees[].feeFlag | Source-system fee flag. |
payload.weOwes object
| Parameter Name | Description |
|---|---|
payload.weOwes.frontWeOwes | Front we-owes value. |
payload.weOwes.backWeOwes | Back we-owes value. |
payload.weOwes.frontWeOwesGrossCost | Front we-owes gross cost. |
payload.weOwes.frontWeOwesGrossSales | Front we-owes gross sales. |
payload.weOwes.weOweCostTotal | Total we-owe cost. |
payload.weOwes.weOweSaleTotal | Total we-owe sale value. |
payload.weOwes.weOweSaleHardTotal | Total hard we-owe sale value. |
payload.weOwes.weOweSaleSoftTotal | Total soft we-owe sale value. |
payload.weOwes.weOweBackSaleTotal | Total back-sale we-owe value. |
payload.weOwes.weOweFrontGrossSales | Front gross sales tied to we-owes. |
payload.weOwes.weOweResidualTotal | Total residual value for we-owes. |
payload.weOwes.weOweResidualTableTotal | Residual table total for we-owes. |
payload.insurance object
| Parameter Name | Description |
|---|---|
payload.insurance.insuranceTypeCode | Insurance type code. |
payload.insurance.insuranceCommDlr | Dealer commission related to insurance. |
payload.insurance.totalInsurancePremiums | Total insurance premiums. |
payload.insurance.products[] | List of insurance products. |
payload.insurance.mbi | Mechanical breakdown insurance (MBI) details. |
payload.insurance.extWarrantyExpMilesLease | Extended warranty expiration miles for lease. |
payload.insurance.extWarrantyTermLease | Extended warranty term for lease. |
payload.insurance.warrantyFee | Warranty fee amount. |
payload.insurance.ah | Accident and health (AH) insurance details. |
payload.insurance.cl | Credit life (CL) insurance details. |
payload.insurance.levelizedLife | Levelized life product details. |
payload.insurance.products object
| Parameter Name | Description |
|---|---|
payload.insurance.products[].insuranceName | Insurance product name. |
payload.insurance.products[].insuranceDeductible | Insurance product deductible. |
payload.insurance.products[].insuranceLimit | Insurance product limit. |
payload.insurance.products[].insuranceLimitMiles | Insurance product mileage limit. |
payload.insurance.products[].insuranceTerm | Insurance product term. |
payload.insurance.products[].insuranceCost | Insurance product cost. |
payload.insurance.products[].insuranceFee | Insurance product fee. |
payload.insurance.products[].insuranceIncome | Insurance product income. |
payload.insurance.mbi object
| Parameter Name | Description |
|---|---|
payload.insurance.mbi.mbiName | Mechanical breakdown insurance product name. |
payload.insurance.mbi.mbiCarrier | Mechanical breakdown insurance carrier name. |
payload.insurance.mbi.mbiCost | Mechanical breakdown insurance cost. |
payload.insurance.mbi.mbiFee | Mechanical breakdown insurance fee. |
payload.insurance.mbi.mbiIncome | Mechanical breakdown insurance income. |
payload.insurance.mbi.mbiDeductible | Mechanical breakdown insurance deductible. |
payload.insurance.mbi.mbiTerm | Mechanical breakdown insurance term. |
payload.insurance.mbi.mbiLimit | Mechanical breakdown insurance limit. |
payload.insurance.mbi.mbiLimitMax | Mechanical breakdown insurance maximum limit. |
payload.insurance.mbi.mbiPolicyNo | Mechanical breakdown insurance policy number. |
payload.insurance.mbi.mbiEligFlag | Mechanical breakdown insurance eligibility flag. |
payload.insurance.mbi.mbiEligComment | Mechanical breakdown insurance eligibility comment. |
payload.insurance.mbi.purchaseMBICost | Purchase mechanical breakdown insurance cost. |
payload.insurance.mbi.purchaseMBISP2CommAmount | Purchase mechanical breakdown insurance salesperson 2 commission amount. |
payload.insurance.ah object
| Parameter Name | Description |
|---|---|
payload.insurance.ah.ahCost | Accident and health cost. |
payload.insurance.ah.ahIncome | Accident and health income. |
payload.insurance.ah.ahPremium | Accident and health premium. |
payload.insurance.cl object
| Parameter Name | Description |
|---|---|
payload.insurance.cl.clCost | Credit life cost. |
payload.insurance.cl.clIncome | Credit life income. |
payload.insurance.cl.clPremium | Credit life premium. |
payload.insurance.levelizedLife object
| Parameter Name | Description |
|---|---|
payload.insurance.levelizedLife.amount | Levelized life amount. |
payload.insurance.levelizedLife.dealerComm | Levelized life dealer commission. |
payload.insurance.levelizedLife.income | Levelized life income. |
payload.trades object
| Parameter Name | Description | Field Length |
|---|---|---|
payload.trades[].tradeVin | VIN of the trade vehicle in the deal. | 17 |
payload.trades[].tradeVehicleKey | Source-system key for the trade vehicle. | - |
payload.trades[].tradeVehicleUuid | myKaarma or external UUID for the trade vehicle. | - |
payload.trades[].tradeVehicleMake | Trade vehicle make. | 100 |
payload.trades[].tradeVehicleModel | Trade vehicle model. | 45 |
payload.trades[].tradeVehicleYear | Trade vehicle year. | 4 |
payload.trades[].tradeVehicleTrim | Trade vehicle trim. | 100 |
payload.trades[].tradeVehicleEngine | Trade vehicle engine description. | 300 |
payload.trades[].tradeColor | Trade vehicle color. | 100 |
payload.trades[].tradeBodyStyle | Trade vehicle body style. | - |
payload.trades[].tradeLicensePlate | Trade vehicle license plate. | 20 |
payload.trades[].tradeEstimatedMileage | Estimated trade vehicle mileage. | 30 |
payload.trades[].tradeStockNumber | Dealer stock number for the trade vehicle. | - |
payload.trades[].tradeMsrp | Trade vehicle MSRP value. | - |
payload.trades[].tradeGross | Trade vehicle gross value. | - |
payload.trades[].tradeOver | Trade vehicle over-allowance value. | - |
payload.trades[].tradePayOff | Trade vehicle payoff amount. | - |
payload.trades[].netTrade | Net trade value. | - |
payload.tradeTotals object
| Parameter Name | Description |
|---|---|
payload.tradeTotals.totalTradeAllowance | Total trade allowance. |
payload.tradeTotals.totalTradesACV | Total ACV across trades. |
payload.tradeTotals.totalTradesNet | Total net trade value. |
payload.tradeTotals.totalTradesOver | Total trade over-allowance. |
payload.tradeTotals.totalTradesPayoff | Total trade payoff amount. |
payload.salesTeam object
| Parameter Name | Description |
|---|---|
payload.salesTeam.salesperson[] | List of salesperson identifiers or names. |
payload.salesTeam.salesMgr | Sales manager identifier or name. |
payload.salesTeam.closingMgr | Closing manager identifier or name. |
payload.salesTeam.fiMgr[] | List of F&I manager identifiers or names. |
payload.salesTeam.billingClerk | Billing clerk identifier or name. |
payload.salesTeam.deliveryCoord | Delivery coordinator identifier or name. |
payload.salesTeam.assnSlsperson | Assigned salesperson field from the source DMS. |
payload.salesTeam.crmSPId[] | List of CRM salesperson IDs. |
payload.salesTeam.crmSPName[] | List of CRM salesperson names. |
payload.salesTeam.crmSalesMgrId | CRM sales manager ID. |
payload.salesTeam.crmSalesMgrName | CRM sales manager name. |
payload.salesTeam.crmFIMgrId | CRM F&I manager ID. |
payload.salesTeam.crmFIMgrName | CRM F&I manager name. |
payload.salesTeam.crmClosingMgrId | CRM closing manager ID. |
payload.salesTeam.crmClosingMgrName | CRM closing manager name. |
payload.salesTeam.crmFlag | CRM flag value. |
payload.salesTeam.crmSaleType | CRM sale type. |
payload.commissions object
| Parameter Name | Description |
|---|---|
payload.commissions.totalCommissionSP[] | List of total commission values for salesperson slots. |
payload.commissions.commissionSP[] | List of commission values for salesperson slots. |
payload.commissions.bonusSP[] | List of bonus values for salesperson slots. |
payload.commissions.saleCreditSP[] | List of sale credit values for salesperson slots. |
payload.commissions.crmCommisionSP[] | List of CRM commission values for salesperson slots. |
payload.commissions.crmCommisionFIMgr | CRM commission for the F&I manager. |
payload.commissions.crmCommisionSalesMgr | CRM commission for the sales manager. |
payload.commissions.crmCommisionClosingMgr | CRM commission for the closing manager. |
payload.commissions.crmCommisionTotal | Total CRM commission amount. |
payload.commissions.crmSaleCreditSP[] | List of CRM sale credit values for salesperson slots. |
payload.commissions.crmSaleCreditFIMgr | CRM sale credit for the F&I manager. |
payload.commissions.crmSaleCreditSalesMgr | CRM sale credit for the sales manager. |
payload.commissions.crmSaleCreditClosingMgr | CRM sale credit for the closing manager. |
payload.commissions.crmSalesCreditTotal | Total CRM sales credit amount. |
payload.commissions.crmSpiffSP[] | List of CRM spiff values for salesperson slots. |
payload.commissions.crmSpiffFIMgr | CRM spiff for the F&I manager. |
payload.commissions.crmSpiffSalesMgr | CRM spiff for the sales manager. |
payload.commissions.crmSpiffClosingMgr | CRM spiff for the closing manager. |
payload.commissions.crmSpiffTotal | Total CRM spiff amount. |
payload.pickup object
| Parameter Name | Description |
|---|---|
payload.pickup.pickupDate[] | List of pickup date fields. |
payload.pickup.pickupPay[] | List of pickup pay fields. |