Items
Items indicates any contact, company or deals.
Get an Item
Get an item from collection
GET
https://api.salescamp.app/v1/collections/{{collection_id}}/items/{{item_id}}
Query Parameters
Name
Type
Description
collection_id*
String
Resource ID of the Collection.
item_id*
String
Resource ID of the item.
Headers
Name
Type
Description
Authorization *
Bearer
PLACE_SALESCAMP_API_KEY_HERE
Create a new item
Create item
POST
https://api.salescamp.app/v1/collections/{{collection_id}}/items
Creates a new pet.
Query Parameters
Name
Type
Description
colection_id*
string
Resource ID of the Collection.
Headers
Name
Type
Description
Authorization*
Bearer
PLACE_SALESCAMP_API_KEY_HERE
{
"firstname": "Paule",
"lastname": "Jillings",
"phone": "841 693 9818",
"email": "[email protected]",
"status": "Bad Fit",
"company_name": "Shuffletag",
"job_title": "Marketing Head",
"source": "Call",
"next_follow_up_date": "2022-02-27T16:56:51Z",
"email_opted_out": false,
"description": "In congue. Etiam justo. Etiam pretium iaculis justo. In hac habitasse platea dictumst. Etiam faucibus cursus urna. Ut tellus. Nulla ut erat id mauris vulputate elementum. Nullam varius. Nulla facilisi.",
"url": "https://shinystat.com",
"twitter": "http://twitter.com/paule.jillings97",
"google_plus": "https://plus.google.com/paule.j",
"facebook": "www.facebook.com/paule_jillings",
"city": "Novosibirsk",
"country": "Russia"
}
Update an Item
Update an existing item
PUT
https://api.salescamp.app/v1/collections/{{collection_id}}/items/{{item_id}}
Query Parameters
Name
Type
Description
item_id*
String
Resource ID of the Item
collection_id*
String
Resource ID of the Collection.
Headers
Name
Type
Description
Authorization *
Bearer
PLACE_SALESCAMP_API_KEY_HERE
{
"firstname": "Mellisent",
"phone": "321-877-9195",
"email": "[email protected]",
"status": "Customer",
"lastname": "Creaser",
"company_name": "Tagtune",
"job_title": "Professor",
"source": "Call",
"next_follow_up_date": "2021-04-06T19:17:16Z",
"email_opted_out": true,
"url": "https:///morbi/vestibulum.aspx",
"join_date": "2021-11-26T13:30:43Z",
"alternate_phone": "754-674-5796",
"city": "Dromiskin",
"state": "Ireland",
"country": "Russia",
"postal_code": "167032"
}
Last updated