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

Parts Sales Data

GET
/sap/opu/odata/sap/ZAE_DATA_EXT_SRV/ZAE_R_PARTS_SALES_DATA
Use this endpoint to retrieve parts sales transaction data for a retailer from SAP S/4HANA. Returns a list of billing line items with part details, sale quantities, values, department, sale type, vehicle reference, and customer 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_PARTS_SALES_DATA?RetailerCode&AccountNumber&DistributionChannel&Division&SalesOffice&SalesGroup&BillingType&BillingDate&MaterialGroup&Make' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
    "results": [
        {
            "VehId": "000000000300001234",
            "Date": "45586",
            "InvoiceNo": "1091001001",
            "PartNumber": "PART-00001-A",
            "PartDescription": "OIL FILTER ELEMENT",
            "SaleQty": 1.0,
            "Department": "Workshop",
            "SaleType": "Warranty",
            "SaleValue": 75.50,
            "CostValue": 202.27,
            "WIPNo": "0400001001",
            "CustomerID": "0010000001",
            "AccountNo": "0010000001",
            "AccountName": "Alpha Motors LLC",
            "CRMRetailerCode": "J0001",
            "Created": "45242",
            "CustomerName": "John Smith",
            "Add1": "",
            "Add2": "Gulf Auto Group",
            "Add3": "Dubai",
            "Add4": "12345",
            "Add5": "United Arab Emirates",
            "RecordType": "Sales",
            "Brand": "BENTLEY"
        }
    ]
}
Previous
Accounts Data
Next
Parts Stock Data
Built with