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

Accounts Data

GET
/sap/opu/odata/sap/ZAE_DATA_EXT_SRV/ZAE_R_ACCOUNTS
Use this endpoint to retrieve account and address data for a retailer from SAP S/4HANA. Returns a list of accounts with company details, address lines, and brand 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_ACCOUNTS?RetailerCode&DistributionChannel&Division&SalesOffice&SalesGroup&BillingType' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
    "results": [
        {
            "AccNo": "0010000001",
            "CompName": "Alpha Motors LLC",
            "Add1": "",
            "Add2": "Gulf Auto Group",
            "Add3": "Dubai",
            "Add4": "Dubai",
            "Add5": "United Arab Emirates",
            "PostCode": "12345",
            "ACode1": "T",
            "ACode2": "W",
            "Brand": "BENTLEY"
        },
        {
            "AccNo": "0010000002",
            "CompName": "Beta Trading Co",
            "Add1": "Villa 12, Al Wasl Road",
            "Add2": "",
            "Add3": "Abu Dhabi",
            "Add4": "Abu Dhabi",
            "Add5": "United Arab Emirates",
            "PostCode": "54321ADH",
            "ACode1": "",
            "ACode2": "B",
            "Brand": "BENTLEY"
        }
    ]
}
Previous
Stock List
Next
Parts Sales Data
Built with