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

Labour Sales Data

GET
/sap/opu/odata/sap/ZAE_DATA_EXT_SRV/ZAE_R_LABOUR_SALES
Use this endpoint to retrieve labour sales transaction data for a retailer from SAP S/4HANA. Returns billing line items for service labour operations, including hours sold, hours taken, sale and cost values, WIP reference, technician, operator details, and vehicle information.

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_LABOUR_SALES?RetailerCode&AccountNumber&DistributionChannel&Division&SalesOffice&SalesGroup&BillingType&BillingDate&MaterialGroup&PricingGroup&Make' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
    "results": [
        {
            "VehId": "000000000300001234",
            "DateInvoiced": "46136",
            "InvoiceNo": "1091001001",
            "RTS": "BN_GEN_INSP",
            "Description": "General Inspection",
            "HoursSold": 2.0,
            "HoursTaken": 0.003,
            "SaleValue": 100.00,
            "CostValue": 140.00,
            "WIPNo": "0400001001",
            "Department": "Workshop",
            "SaleType": "Retail",
            "CustomerID": "0010000001",
            "AccountNo": "0010000001",
            "AccountName": "Alpha Motors LLC",
            "CRMRetailerCode": "07800",
            "DateCreated": "46136",
            "DueInDate": "46136",
            "CheckInDate": "46136",
            "CheckOutDate": "46136",
            "CostedDate": "46136",
            "OperatorCreated": "James Advisor",
            "OperatorBookedIn": "James Advisor",
            "OperatorBookedOut": "James Advisor",
            "OperatorInvoiceRaised": "James Advisor",
            "TechnicianName": "Mark Technician",
            "CustomerName": "John Smith",
            "Add1": "",
            "Add2": "Gulf Auto Tower",
            "Add3": "",
            "Add4": "Dubai",
            "PostCode": "United Arab Emirates",
            "LabourRateCode": "A",
            "ServiceCode": "WARR",
            "ServiceDescription": "General Inspection",
            "Mileage": 12500,
            "SubLetLabourIndicator": "",
            "RealLabourIndicator": "ZLAB",
            "VIN": "SCBBA00Y0DC000001",
            "Brand": "BEN"
        }
    ]
}
Previous
Customer Data
Next
Vehicle Data
Built with