1. Call Center Integration
  • 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. Call Center Integration

Transaction Sync

POST
/http/api/transactions-sync
Use this endpoint to post call activity to SAP S/4HANA after a call center interaction. Creates an Interaction-log Activity against the Business Partner, capturing call notes, the recording link, the responsible employee, and the reason code for the call.

Request

Header Params

Body Params application/json

Examples

Responses

🟢201
application/json
Created
Body

🟠400
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/http/api/transactions-sync' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "A002Text": "Test Sync",
    "Bp": "10000007",
    "ContactPerson": "10000007",
    "Description": "Test Status reasons",
    "IEmpResp": "12271",
    "Priority": "1",
    "SourceSystem": "GYS",
    "Z011Text": "https://recording.example",
    "EActivityCreated": "",
    "Vkorg": "1000",
    "Vtweg": "10",
    "Spart": "10",
    "StatusReason": "SH09"
}'
Response Response Example
201 - Example 1
{
    "d": {
        "EActivityCreated": "325345"
    }
}
Previous
Data Fetch
Next
Stock List
Built with