Update Contact Info Name

View as Markdown
<Info>Requests with `firstName` and `lastName` fields exceeding a combined 60 characters are rejected, despite each field individually allowing up to 64 characters.</Info>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
firstNamestringRequired<=64 characters
lastNamestringRequired1-64 characters
countrystringRequired=2 characters
phonestringRequired<=21 characters

Response

UpdateContactInfoResponse
errorTextstring<=8192 characters

Non-empty if the request failed

contactInfoobject