Skip to main content
PATCH
Update Contact

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

contact_id
string
required

Body

application/json

Schema for updating a contact info

clientId
string | null
clientName
string | null
companyName
string | null
contact1
string | null
contact2
string | null

Response

Successful Response

Schema for contact info response - uses camelCase per API_STANDARDS

id
string
required
clientId
string
required
clientName
string
required
companyName
string
required
contact1
string
required
contact2
string | null