DELETE |
companies/:id
|
Removes the specified company. |
DELETE |
customers/:id
|
Removes the specified customer. |
GET |
companies
|
Returns a collection of companies matching a specified query. |
GET |
companies/:id
|
Returns a single company, specified by an id parameter. |
GET |
customer_id_by_outbound_status
|
Returns a collection of identifiers of customers matching specified campaign statuses. |
GET |
customers
|
Returns a collection of customers matching a specified query. |
GET |
customers/:id
|
Returns a single customer, specified by an id parameter. |
POST |
companies
|
Creates a new company in CRM. |
POST |
customers
|
Creates a new customer in CRM. |
POST |
customers/:id/feed_records
|
Adds entry to customer feeds. |
PUT |
companies/:id
|
Updates a company in CRM. |
PUT |
customers/:id
|
Updates a customer in CC CRM. |