Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Update an existing lead in Noojee Contact.

...

As the UpdateLeadFast end point allows you to set a disposition, a lead may in fact never by dialed as you can close a lead out using the appropriate disposition.

The endpoint UpdateLeadFast replaces the original UpdateLead method. The new endpoint takes the same arguments but has enhanced error codes and as the name implies is faster than the original UpdateLead endpoint.

Performance considerations

...

If you exceed the above rates, the system will queue additional requests. This may result in your call to the endpoint timing out (currently timeout is 1 minute). If your call to the InsertLead endpoint times out, then the lead will not be updated and you will need to retry the update.

...

CodeMessageHTTP statusDescription
0OK200The lead was successfully inserted or updated.
101COULDNT_FIND_THE_LEAD400For an update, the njExternalLeadId didn't match a lead
102NO_PHONE_FIELDS400For an import the lead doesn't have and phone numbers.
103EXCEPTION500
104DNC400The lead's phone numbers are on the DNC list
105DUPLICATE400There is already a lead with this phone number
106INVALID_DISPOSTION400When updating, the supplied disposition doesn't exist.
107DISPOSTION_ISNT_SET_AND_NOCHANGE_SPECIFIED400When updating a a lead the disposition can be omitted, and <NO CHANGE> specified. But this is an error condition if the lead doesn't already have a disposition.
108IMPORT_BUT_NOCHANGE_SPECIFIED400Tried to insert a lead but a field contained the value '<NO CHANGE>' which is only valid for updates.
109TIMEOUT_TOO_MANY_CONCURRENT_REQUESTS400

There are too many concurrent insert/update API requests. Wait a bit and then retry the insert/update.

Currently a call will timeout if it is delayed by more than 1 minute.

110LEAD_NOT_UPDATED_DUE_TO_CONFLICT400

The lead update caused a conflict with another update and failed. This usually means that a user was editing the lead whilst you were trying to update it via the api. This type of issues should be rare as in most cases the user will see the error not the api. When the user sees the error they will be given the opportunity to merge the two leads via a specialised merge lead screen. If the api recieves this error then you will need to manually intervene to ensure that data isn't over-written which a simply retry is likely to do.

111INVALID_TIMEZONE_SPECIFIED400The lead contained an unknown Contact Hours (timezone).
112DUPLICATE_EXTERNAL_ID400The value passed via njExternalLeadId already exists in the Campaign.
113EDIT_BUT_NO_EXTERNAL_ID_SUPPLIED400An external lead id was not passed in (njExternalLeadId)
114INVALID_CALLBACK_DATE_FORMAT400The supplied callback date is in an invalid format.
115ALLOCATIN_ID_REQUIRED400An valid Allocation ID was not passed in.
116TEMPLATE_ID_REQUIRED400A valid Campaign Template ID was not passed in.
117CAMPAIGN_ID_REQUIRED400A valid Campaign ID was not passed in.