1. OEM Interface
  • autoX API Reference
    • Introduction
  • Marketing Interface
    • Overview
    • Lead Create
      POST
    • Appointment Create
      POST
    • Opportunity Create
      POST
    • Transaction Push⬩
      POST
    • Transaction Update⬩
      POST
  • Website Interface
    • Overview
    • Get Showroom List
      GET
    • Get Make Data
      GET
    • Get Model Data
      GET
    • Get Sales Org Data
      GET
    • Get Equipment Stock Data
      GET
    • Get Characteristics Data of Equipment
      GET
    • Get Material Addons Data
      GET
    • Get Bill Of Material Data
      GET
    • Get Equipment Price
      POST
    • Vehicle Enquiry Create
      POST
  • Payment Gateway Interface
    • Overview
    • Payment Link Create⬩
    • Payment Link Cancel⬩
    • Payment Notification
    • Payment Status Check⬩
  • Aftersales Interface
    • Overview
    • Check Workload Capacity
    • Service Request Push⬩
    • Get Parts Price & Stock
    • Work Estimate Create
    • Service Request Update⬩
  • Call Center Integration
    • Overview
    • Data Fetch
    • Transaction Sync
    • Queue Upload⬩
  • Survey Interface
    • Overview
    • Update Survey Score
  • OEM Interface
    • Overview
    • Accounts Data
      GET
    • Parts Sales Data
      GET
    • Parts Stock Data
      GET
    • Customer Data
      GET
    • Labour Sales Data
      GET
    • Vehicle Data
      GET
    • Vehicle Sales Data
      GET
    • Service History Data
      GET
    • Open Repair Orders Data
      GET
    • Open Repair Orders Customer Data
      GET
    • Workshop Transactions Data
      GET
    • Workshop Transactions Customer Data
      GET
    • Future Booking Data
      GET
  1. OEM Interface

Vehicle Sales Data

GET
/sap/opu/odata/sap/ZAE_DATA_EXT_SRV/ZAE_R_NEW_VEHICLE
Use this endpoint to retrieve new and used vehicle transaction data for a retailer from SAP S/4HANA. Returns one Entry per vehicle sale with retailer details, vehicle specification, pricing, trade-in, deposit, and financing information.

Request

Query Params

Header Params

Responses

🟢200
application/json
OK
Bodyapplication/json

🟠400
🟠401
Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/sap/opu/odata/sap/ZAE_DATA_EXT_SRV/ZAE_R_NEW_VEHICLE?RetailerCode=undefined&AccountNumber=undefined&DistributionChannel=undefined&Division=undefined&SalesOffice=undefined&SalesGroup=undefined&BillingType=undefined&BillingDate=undefined&MaterialGroup=undefined&PurchaseOrderType=undefined' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
    "results": [
        {
            "City": "Dubai",
            "RetailerId": "J0001",
            "RetailerGroupName": "Alpha Auto Group",
            "RetailerSiteName": "Alpha Motors",
            "RetailerPostCode": "111111",
            "SalesType": "New Vehicle",
            "CustomerPostCode": "",
            "RetailerOrderType": "Fleet/Corporate",
            "CustomerType": "Organization",
            "VIN": "000000000300001234",
            "RegistrationNumber": "DXB-AA-00001",
            "VehicleType": "Passenger Vehicles",
            "ModelYear": "2023",
            "Make": "BENTLEY",
            "Model": "BENTAYGA-SUV",
            "BodyStyle": "Sedan",
            "Doors": "5",
            "CC": "3996",
            "KW": 0,
            "BHP": "540",
            "Fuel": "PETROL",
            "DrivenWheels": "A",
            "Trim": "NMT",
            "Transmission": "Automatic",
            "Wheelbase": "",
            "GVW": "",
            "InteriorTrim": "NMT-Newmarket Tan",
            "InteriorTrimCode": "NMT",
            "Colour": "BLK-Black",
            "ColourCode": "BLK",
            "InternalID": "300001234",
            "RetailerInvoiceNumber": "1092000001",
            "RetailerOrderNumber": "0000000001",
            "CustomerOrderDate": "45163",
            "RetailerOrderDate": "",
            "DateDeliveredToRetailer": "",
            "ManufacturerInvoiceDate": "",
            "RetailerInvoiceDate": "",
            "RetailPriceExcVAT": 850000,
            "RetailPriceIncVAT": 892500,
            "RetailPriceWithOptionsExcVAT": 850000,
            "RetailPriceWithOptionsIncVAT": 892500,
            "VehicleTransactionPriceExcVAT": 850000,
            "VehicleTransactionPriceIncVAT": 892500,
            "CustomerIncentiveExcVAT1": 0,
            "CustomerIncentiveTotalExcVAT": 0,
            "CustomerIncentiveTotalIncVAT": 0,
            "TradeInMake": "",
            "TradeInModel": "",
            "TradeInMileage": "",
            "FinancingInstitution": "First Finance Bank",
            "VehicleStatus": "Not Cancelled",
            "TradeInOverUnderEvaluationAmount1": "",
            "CustomerDeposit1": 50000,
            "CustomerDeposit2": 0,
            "CustomerDeposit3": 0,
            "CustomerDepositTotal": 50000,
            "ProvisionForLocalTax": 42500,
            "TotalPaintFabricProtection": 0,
            "SupplementaryInvoicesExcVAT": 0,
            "SupplementaryInvoicesVAT": 0,
            "TotalSalesValueExcVAT": 850000,
            "TotalVAT": 42500,
            "GrossSalesValue": 892500,
            "TradeInYN": "N",
            "NumberOfTradeIns": 0,
            "Financed": "Y",
            "ValueFinanced": 750000,
            "Currency": "USD"
        }
    ]
}
Previous
Vehicle Data
Next
Service History Data
Built with