1. Website Integration
  • API Reference
    • Introduction
  • Website Integration
    • Leads Creation API
      POST
  • Call Center Integration
    • DataFetch API
      GET
    • TransactionSync API
      POST
  1. Website Integration

Leads Creation API

POST
/http/api/CreateLead
This page aims to provide the API details required for pushing leads from dealership website to the SAP System

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/CreateLead' \
--header 'Authentication;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "City": "DUBAI",
    "Comments": "I am intrested in your latest offers!",
    "Email": "",
    "Fname": "JAMEEL",
    "Lname": "AHMED",
    "Make": "BEN",
    "MobileNo": "552200099",
    "Model": "",
    "Nationality": "",
    "Region": "DU",
    "SourceSystem": "ZSAP",
    "UtmCampaign": "CEM1234",
    "UtmMedium": "DEFR5",
    "UtmSource": "ABCD12",
    "CampaignId": "119513256",
    "EBp": "",
    "ECp": "",
    "ELeadCreated": "",
    "Origin": "Z03"
}'
Response Response Example
201 - Example 1
{
    "ELeadCreated": "string"
}
Previous
Introduction
Next
DataFetch API
Built with