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

Future Booking Data

GET
/sap/opu/odata/sap/ZAE_DATA_EXT_SRV/ZAE_R_FUTURE_BOOKING
Use this endpoint to retrieve future booking (appointment) data for a retailer from SAP S/4HANA. Returns appointments filtered by status, including vehicle, customer, booking time, department, service description, and financial details.

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_FUTURE_BOOKING?RetailerCode&AccountNumber&DistributionChannel&Division&SalesOffice&SalesGroup&AppointmentType&AppointmentDate&Make&AppointmentStatus' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
    "results": [
        {
            "AppointmentID": "0000000001",
            "JobRepairNumber": "",
            "BookingStatus": "Booked",
            "DateCreated": "45172",
            "AccountNumber": "J0702",
            "VIN": "",
            "TimeIn": "45173.45833333333333",
            "TimeOut": "0",
            "RetailerNumber": "J0001",
            "Department": "Retail-V",
            "Franchise": "",
            "ServiceInterval": "",
            "InvoiceValue": 0,
            "InvoiceNumber": "",
            "DMSCustomer": "0020000001",
            "DMSVehicleID": "",
            "Model": "",
            "RegistrationNumber": "",
            "PaymentType": "",
            "ServiceDescription": "Follow up for the Quote",
            "LabourCost": 0,
            "PartsCost": 0,
            "DealerCode": "J0001",
            "Brand": ""
        }
    ]
}
Previous
Workshop Transactions Customer Data
Built with