Updates an existing contact item specified by {itemId} with the given information.

Request

PUT https://api.snapaddy.com/grabber/v1/contactitem/{itemId}

Path parameters

Parameter name Value Description Additional
itemId string

ID of the contact item

Required

Request body

The request body takes a complete ContactItem resource, containing the following writable properties:

{
    "attachments": [
        "string"
    ],
    "bcChecked": "boolean",
    "bcImage": "string",
    "bcImageBackside": "string",
    "bcImageBacksideLocal": "string",
    "bcImageLocal": "string",
    "city": "string",
    "companySize": "string",
    "contactListId": "string",
    "country": "string",
    "customFields": {
        "<key>": {}
    },
    "drawing": "string",
    "email": "string",
    "facebook": "string",
    "fax": "string",
    "firstName": "string",
    "gender": "integer",
    "image": "string",
    "industry": "string",
    "lastName": "string",
    "linkedin": "string",
    "mobile": "string",
    "note": "string",
    "organization": "string",
    "phone": "string",
    "poBox": "string",
    "position": "string",
    "revenue": "string",
    "state": "string",
    "street": "string",
    "title": "string",
    "twitter": "string",
    "vat": "string",
    "website": "string",
    "xing": "string",
    "zip": "string"
}

Properties

Name Type Description Additional
attachments[] array of string
bcChecked boolean
bcImage string
bcImageBackside string
bcImageBacksideLocal string
bcImageLocal string
city string
companySize string

Possible values are:

  • 1-10
  • 11-50
  • 51-200
  • 201-500
  • 501-1000
  • 1001-5000
  • 5001-10000
  • 10000+
contactListId string

The id of the corresponding contact list a contact item belongs to.

country string
customFields object
customFields.<key> map of object

This might be any viable JSON value.

Optional
drawing string
email string
facebook string
fax string
firstName string
gender integer

-1 (neutral), 0 (male) or 1 (female)

image string
industry string

LinkedIn industry code as defined here

lastName string
linkedin string
mobile string
note string
organization string
phone string
poBox string
position string
revenue string
state string
street string
title string
twitter string
vat string
website string
xing string
zip string

Authorisation

This request requires the use of one of following authorisation methods: API key .

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

Success

ContactItem
401 Unauthorized

Unauthorized

Error
404 Not Found

Not Found

Error
409 Conflict

Conflict

Error
500 Internal Server Error

Internal Server Error

Error

Explore this API

itemId

ID of the contact item

payload
Request Content-Type
Response Content-Type

Choose an authorisation method:

API key API key to be used for request
Try it out!