Skip to main content
PATCH
Update Contact

Update Contact

This endpoint allows you to update an existing contact’s information.

Headers

Path Parameters

Request Body

Required Fields

Optional Fields

Billing Object Fields

Response

Response Parameters

Error Responses

Invalid Request (400)

Unauthorized (401)

Contact Not Found (404)

Internal Server Error (500)

Authorizations

X-API-Key
string
header
required

Formation API key for authentication.

Path Parameters

contact_id
string
required

Contact ID

Body

application/json
type
enum<string>
required

Contact type

Available options:
customer,
vendor
full_name
string
required

Full name of the contact

email
string<email>
required

Email address

company_id
string
required

Company ID

status
string

Contact status

description
string

Contact description

cc_emails
string<email>[]

CC email addresses

bcc_emails
string<email>[]

BCC email addresses

billing
object

Response

Contact updated successfully

success
boolean
Example:

true

message
string
Example:

"Contact updated successfully"

data
object
Example: