Back to all

Power BI Leads loading

Good day. I have managed to build a custom connector using the load lead API details. The customer connector runs successfully but the leads are not loaded from Power Bi to Maximixer CRM. Please assist.

But when I test loading of the lead from Postman into Maximizer, the test works.


Below is the API details I used:

Host Url : crm.maxcloudcrm.com

Base Url : /MaximizerWebData/Data.svc

Payload:

{
"Lead": {
"Data": {
"Key": null,
"CompanyName": "Lead for Intraction phrase test",
"MrMs": "MrMs Test",
"FirstName": "FirstName Test",
"MiddleName": "MiddleName Test",
"LastName": "LastName Test",
"Salutation": "Salutation Test",
"Position": "Position Test",
"Email": {
"Address": "address",
"Description": "Main",
"Default": true
},
"WebSite": "https://www.example.com/",
"AssignedTo": {
"UID": "Master"
},
"Status": {
"Value": 1,
"key": {
"Id": "@*/LEAD",
"Number": 3
}
},
"Address": {
"AddressLine1": "addressline1 test",
"AddressLine2": "addressline2 test",
"City": "city test",
"StateProvince": "stateprovince test",
"Zipcode": "zipcode test",
"Country": "country test"
},
"Phone1": {
"Default": true,
"Number": "1-800-123-1234",
"Description": "Main",
"Extension": "888"
},
"Phone2": "1-800-123-4568",
"Source": [
"2"
],
"NoEmployees": 6,
"Industry": [
"8"
],
"SourceUrl": "https://maximizer.visualstudio.com/Yahoo",
"ArchivedDate": "2018-01-01 13:00:00"
}
}
}