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 Data

GET
/sap/opu/odata/sap/ZAE_DATA_EXT_SRV/ZAE_R_VEHICLE
Use this endpoint to retrieve vehicle data for a retailer from SAP S/4HANA. Returns one Entry per unique vehicle with model details, registration, delivery and service dates, VIN, ownership status, and linked customer IDs.

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_VEHICLE?RetailerCode&AccountNumber&DistributionChannel&Division&SalesOffice&SalesGroup&BillingType&BillingDate&MaterialGroup&ServiceDocumentType' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
    "results": [
        {
            "DMSVehicleID": "000000000300001234",
            "Brand": "Bentley",
            "Model": "BENTAYGA-SUV",
            "Description": "Bentayga SUV",
            "RegistrationNumber": "DXB-AA-00001",
            "DateRegistered": "",
            "DateDelivered": "45163",
            "NewOrUsed": "N",
            "DateLastServiced": "",
            "DateNextServiceDue": "",
            "DateLastMOT": "",
            "DateNextMOT": "",
            "DateLastWork": "",
            "CAPNumber": "",
            "VIN": "SCBBA00Y0DC000001",
            "DriverCustomerID": "0020000001",
            "AftersalesCustomerID": "0020000001",
            "SalesCustomerID": "0020000001",
            "Status": "Current"
        }
    ]
}
Previous
Labour Sales Data
Next
Vehicle Sales Data
Built with