Skip to main content
PUT
Updates an existing client in your COR instance using its external ID. Only the fields provided in the request body will be updated.

Path Parameters

string
required
External client ID that was used when creating the client

Request Body Requirements

object
required
string
Updated client name
string
Updated legal business name
string
Updated contact email
string
Updated contact first name
string
Updated contact last name
string
Updated phone number
string
Updated website URL
string
Updated description

Known Errors

  • ZC001 — Entity is not associated (client with the specified external ID not found)
  • ClientNotFoundError — No client found with the specified external ID for this source
  • ValidationError — Missing required metadata.source field