curl --location '' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactionNumber": "0000010001",
"transactionType": "Lead",
"status": "Open",
"SourceSystem": "ZSAP",
"UtmCampaign": "CEM1234",
"UtmMedium": "DEFR5",
"UtmSource": "ABCD12",
"CampaignId": "119513256",
"Origin": "Z03",
"createdDate": "2025-10-01T08:00:00.000Z",
"modifiedDate": "2025-10-01T08:00:00.000Z",
"dealerId": "DemoStore",
"customer": {
"externalId": "0010000001",
"firstName": "John",
"lastName": "Smith",
"name": "John Smith",
"emailAddresses": [
"john.smith@example.com"
],
"phones": [
{
"type": "Mobile",
"number": "+971501234567"
}
]
},
"vehicle": {
"make": "MCLAREN",
"model": "540C",
"year": "2025",
"color": "X37",
"trim": "",
"edition": "",
"material": "MC540C03"
},
"salesArea": {
"salesOrganization": "3000",
"distributionChannel": "10",
"division": "10",
"salesOffice": "U311",
"salesGroup": "003"
}
}'