Announcement

Collapse
No announcement yet.

Mandatory fields in Lead through API Call

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mandatory fields in Lead through API Call

    Team,

    Kindly let us know what are the mandatory fields needs to be posted while invoking the API for Leads...

    I have used just 3 fields with id=1,

    {
    "firstName": "Test12",
    "lastName": "Reagan",
    "assignedUserId": "1",
    "source": "Web Site"
    }


    This throws me a dup error.

    Please help,

    Thanks,
    Ronald

  • #2
    Hi,
    application/Espo/Modules/Crm/Resources/metadata/entityDefs/Lead.json
    required fields have the flag

    fields for duplicate checking - firstName + lastName, emailAddress
    application/Espo/Modules/Crm/Services/Lead.php

    Comment


    • #3
      Hi Tanya,

      I have tried my best to check out the possibilities to post the data, but no success.

      Please let me know whcih test client and browser to be used ?

      i have tried in Firefox, chrome which test client needs to be used ?

      Can you come online ?

      Thanks,
      Ronald

      Comment

      Working...
      X