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 Data

GET
/sap/opu/odata/sap/ZAE_DATA_EXT_SRV/ZAE_R_WORKSHOP_TRANS
Use this endpoint to retrieve workshop transaction data for a retailer from SAP S/4HANA. Returns one Entry per invoiced service job with vehicle details, job description, financial breakdown by labour, parts, and sublet, and service type.

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?RetailerCode&AccountNumber&DistributionChannel&Division&SalesOffice&SalesGroup&BillingDate&Make&LabourPricingGroup&PartsPricingGroup&SubletPricingGroup' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
    "results": [
        {
            "JobRepairNumber": "0400001001",
            "JobRepairDate": "46064",
            "DMSCustomerID": "0010000001",
            "ComplaintDescription": "Inspection Repair",
            "CorrectionStatement": "",
            "RetailInternalWarranty": "Retail",
            "ServiceDate": "46064",
            "ROCloseDate": "",
            "Make": "BEN",
            "Model": "BENTAYGA-SUV",
            "ModelDescription": "Bentayga SUV",
            "Mileage": 12500,
            "OperationCode": "BN_GEN_INSP",
            "VIN": "000000000300001234",
            "Year": "2023",
            "RegistrationNumber": "DXB-AA-00001",
            "RetailerNumber": "J0001",
            "BranchName": "Alpha Service Centre",
            "Department": "Service - Alpha",
            "TotalValue": 1500,
            "TaxValue": 75,
            "LabourSaleTotal": 0,
            "PartsCost": 0,
            "PartsSaleValue": 0,
            "SubletSaleValue": 0,
            "InvoiceNumber": "1091001001",
            "SalesAccountNumber": "0010000001",
            "ServiceType": "Retail"
        }
    ]
}
Previous
Open Repair Orders Customer Data
Next
Workshop Transactions Customer Data
Built with