CustomerSource
CustomerSource is a property of the Lead object and an Organization or person object. It represents an Customer Source lookup value.
Supported API Calls: List | Add | Update | Delete
Object Properties
Customer Source shares all properties with its base LookupValue object.
List
Description
Returns a list of Customer Source lookup values.
URL
https://{company}.bluecamroo.com/api/CustomerSource/list
HTTP Method
GET
Data Return
Returns a list of existing CustomerSource objects in the requested format (e.g., JSON or XML)
HTTP Return Status Code
200: Ok
400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)
401: Not authorized (you need to log in)
403: Forbidden (you don't have permission to this resource)
Add
Description
Adds the CustomerSource object to the list of lookup values.
URL
https://{company}.bluecamroo.com/api/CustomerSource/add
HTTP Method
POST
Parameters
CustomerSource object
Data Return
Returns the CustomerSource in the requested format (e.g., JSON or XML)
HTTP Return Status Code
201: Created
401: Not authorized (you need to log in)
403: Forbidden (you don't have permission to this resource)
Update
Description
Pass a CustomerSource object to replace the specified Customer Source.
URL
https://{company}.bluecamroo.com/api/CustomerSource/update
HTTP Method
PUT
Parameters
CustomerSource object
Data Return
Returns the CustomerSource in the requested format (e.g., JSON or XML)
HTTP Return Status Code
200: Ok
400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)
401: Not authorized (you need to log in)
403: Forbidden (you don't have permission to this resource)
Delete
Description
Deletes the specified Customer Source lookup value. The Customer Source to delete is specified by Id value.
URL
https://{company}.bluecamroo.com/api/CustomerSource/delete/{id}
HTTP Method
DELETE
Parameters
None
Data Return
None
HTTP Return Status Code
200: Ok
400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)
401: Not authorized (you need to log in)
403: Forbidden (you don't have permission to this resource)