1. OEM Interface
  • API Reference
    • Introduction
  • Website Integration
    • Leads Creation
      POST
  • Call Center Integration
    • Data Fetch
      GET
    • Transaction Sync
      POST
  • Parts B2B Portal
    • Stock List
      GET
  • OEM Interface
    • 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
Body

🟠400
🟠401
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/sap/opu/odata/sap/ZAE_DATA_EXT_SRV/ZAE_R_NEW_VEHICLE?RetailerCode&AccountNumber&DistributionChannel&Division&SalesOffice&SalesGroup&BillingType&BillingDate&MaterialGroup&PurchaseOrderType' \
--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
        }
    ]
}
Previous
Vehicle Data
Next
Service History Data
Built with