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

Workshop Transactions Customer Data

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

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_WORKSHOP_TRANS_CUST?RetailerCode&AccountNumber&DistributionChannel&Division&SalesOffice&SalesGroup&BillingDate&Make' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
    "results": [
        {
            "DMSCustomer": "0010000001",
            "Branch": "Alpha Service Centre",
            "Department": "Service - Alpha",
            "Title": "Mr.",
            "FirstName": "John",
            "MiddleNames": "",
            "Surname": "Smith",
            "CompanyName": "",
            "Add1": "",
            "Add2": "Gulf Auto Tower",
            "Add3": "Dubai",
            "Town": "",
            "Country": "United Arab Emirates",
            "PostalCode": "12345",
            "Phone1": "+971501234567",
            "Phone2": "",
            "Phone3": "",
            "Phone4": "",
            "EmailAddress": "john.smith@example.com",
            "Gender": "Male",
            "RetailerNumber": "J0001",
            "DateCreated": "45580",
            "DateModified": "45580.48594907407407",
            "TPS1": "Y",
            "TPS2": "N",
            "TPS3": "N",
            "TPS4": "N",
            "CustomerType": "Retail",
            "DataSource": "Service"
        },
        {
            "DMSCustomer": "0020000002",
            "Branch": "Beta Service Centre",
            "Department": "Service - Beta",
            "Title": "",
            "FirstName": "",
            "MiddleNames": "",
            "Surname": "",
            "CompanyName": "Alpha Trading LLC",
            "Add1": "",
            "Add2": "",
            "Add3": "Dubai",
            "Town": "19879, Dubai",
            "Country": "United Arab Emirates",
            "PostalCode": "19879DXB",
            "Phone1": "",
            "Phone2": "",
            "Phone3": "",
            "Phone4": "",
            "EmailAddress": "info@example.com",
            "Gender": "",
            "RetailerNumber": "J0001",
            "DateCreated": "45435",
            "DateModified": "45435.82071759259259",
            "TPS1": "N",
            "TPS2": "N",
            "TPS3": "N",
            "TPS4": "N",
            "CustomerType": "Retail",
            "DataSource": "Service"
        }
    ]
}
Previous
Workshop Transactions Data
Next
Future Booking Data
Built with