iVvy Developer API
Home
Support
System Status
Login
Search…
API Documentation
Getting Started
Contacts & Companies
Event
Venue
Partner
Invoice
Account
CRM
Get Lead List
Get Opportunity List
Get Task List
Get Activity List
Get Lead Stage List
Get Lead Type List
Get Lead Quality List
Get Lead Source List
Get Lead Channel List
Add or Update Activity Purpose
Add or Update Activity
Add or Update Task
Add or Update Lead Quality
Add or Update Lead Stage
Add or Update Lead Channel
Add or Update Lead Type
Add or Update Lead Source
Development Reference
Powered By
GitBook
Add or Update Lead Source
post
[PlatformAddress]/api/1.0/crm?action=addOrUpdateLeadSource
Add or Update Lead Source
Example Request
Add Lead Source
1
{
2
"name"
:
"Referal Source"
,
3
"isReferral"
:
true
,
4
}
Copied!
Update Lead Source
1
{
2
"id"
:
755
,
3
"description"
:
"#Description of source"
4
}
Copied!
Returns
Property
Description
success
Whether or not the lead source was added
id
The unique id of the lead source
Throws
Code
Description
Specific Code: 24325
The crm lead source does not exist
Specific Code: 24326
The crm lead source is not editable
Specific Code: 24327
An error has occurred
Specific Code: 24328
The request contains invalid data
Specific Code: 24329
The request contains invalid data
This call takes values for a lead source, and either
1.
Updates the values for that lead source (after you have provided an id in the parameters), or
2.
Adds the lead source to the system (if the id parameter is missing) 1. The result of this call will contain the status of the result (either
true or false) and the lead source identifier of the updated or newly
created lead source.
Previous
Add or Update Lead Type
Next
Development Reference
Last modified
8mo ago
Copy link
Contents
post
Add or Update Lead Source
Example Request
Add Lead Source
Update Lead Source
Returns
Throws