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

Open Repair Orders Data

GET
/sap/opu/odata/sap/ZAE_DATA_EXT_SRV/ZAE_R_OPEN_REPAIR_ORDERS
Use this endpoint to retrieve open repair orders for a retailer from SAP S/4HANA. Returns service orders that have not yet been invoiced, including vehicle details, booking information, status, and allocated repair time.

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_OPEN_REPAIR_ORDERS?RetailerCode&AccountNumber&DistributionChannel&Division&SalesOffice&SalesGroup&ServiceDocumentType&ServiceDate&Make' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
    "results": [
        {
            "DMSCustomerID": "0010000001",
            "DMSVehicleID": "000000000300001234",
            "VIN": "SCBBA00Y0DC000001",
            "RegistrationNumber": "DXB-AA-00001",
            "ServiceBookingDate": "45274",
            "PaymentType": "Retail",
            "ServiceDescription": "Repair",
            "BookedInBy": "James Advisor",
            "BranchName": "Alpha Service Centre",
            "BookingStatus": "Received",
            "JobRepairNumber": "0400001001",
            "TimeIn": "45274.50856481481481",
            "Received": "45274.50856481481481",
            "StartTime": "45274.50856481481481",
            "Required": 10,
            "DateCreated": "45274",
            "AllocatedRepairTime": 0,
            "RetailerNumber": "J0001",
            "SaleTypeDescription": "Retail",
            "Onsite": "N",
            "Brand": "BEN"
        }
    ]
}
Previous
Service History Data
Next
Open Repair Orders Customer Data
Built with