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

Open Repair Orders Customer Data

GET
/sap/opu/odata/sap/ZAE_DATA_EXT_SRV/ZAE_R_OPEN_REPAIR_ORD_CUST
Use this endpoint to retrieve customer data associated with open repair orders for a retailer from SAP S/4HANA. Returns one Entry per unique customer with personal details, address, contact numbers, email, communication preference flags, gender, and branch.

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_OPEN_REPAIR_ORD_CUST?RetailerCode=undefined&AccountNumber=undefined&DistributionChannel=undefined&Division=undefined&SalesOffice=undefined&SalesGroup=undefined&ServiceDocumentType=undefined&ServiceDate=undefined&Make=undefined' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
    "results": [
        {
            "DMSCustomer": "0010000001",
            "Title": "Mr.",
            "FirstName": "John",
            "MiddleNames": "",
            "LastName": "Smith",
            "CompanyName": "",
            "Add1": "",
            "Add2": "Gulf Auto Tower",
            "Add3": "Dubai",
            "Add4": "",
            "Add5": "United Arab Emirates",
            "PostalCode": "12345",
            "Phone1": "+971501234567",
            "Phone2": "",
            "Phone3": "",
            "Phone4": "",
            "EmailAddress": "john.smith@example.com",
            "Gender": "Male",
            "Branch": "Alpha Service Centre",
            "RetailerNumber": "J0001",
            "DateCreated": "45274",
            "DateModified": "0",
            "TPS1": "Y",
            "TPS2": "N",
            "TPS3": "N",
            "TPS4": "N",
            "CustomerType": "Retail",
            "DataSource": "Service",
            "Brand": "BEN"
        },
        {
            "DMSCustomer": "0020000002",
            "Title": "",
            "FirstName": "",
            "MiddleNames": "",
            "LastName": "",
            "CompanyName": "Alpha Trading LLC",
            "Add1": "",
            "Add2": "",
            "Add3": "Dubai",
            "Add4": "19879, Dubai",
            "Add5": "United Arab Emirates",
            "PostalCode": "",
            "Phone1": "",
            "Phone2": "",
            "Phone3": "",
            "Phone4": "",
            "EmailAddress": "",
            "Gender": "",
            "Branch": "Beta Service Centre",
            "RetailerNumber": "J0001",
            "DateCreated": "45274",
            "DateModified": "0",
            "TPS1": "N",
            "TPS2": "N",
            "TPS3": "N",
            "TPS4": "N",
            "CustomerType": "Retail",
            "DataSource": "Service",
            "Brand": "BEN"
        }
    ]
}
Previous
Open Repair Orders Data
Next
Workshop Transactions Data
Built with