Update a contact

Update the details of a contact by ID.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

org_idstringRequired
contact_idstringRequired

Request

This endpoint expects an object.
typeobjectOptional
namestringOptional
titlestringOptional
departmentstringOptional
streetstringOptional
zipcodestringOptional
citystringOptional
countryobjectOptional
emailstringOptionalformat: "email"
phonestringOptional
mobilestringOptional
statestringOptional
secondary_addressstringOptional
purchase_order_numberstringOptional

Errors

404
Not Found Error