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

Response

No Content. The server has successfully fulfilled the request and that there is no additional content to send in the response payload body. Response headers indicate the location of the created resource.

Errors