Skip to main content
POST
Update a customer

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Unique identifier of the customer

Body

application/json
email
string
required
Example:

"john@example.com"

phone
string
Example:

237600000000

name
string
Example:

"John Doe"

company_name
string
Example:

"ACME Inc"

metadata
object
address
object
billing
object

Response

Customer updated

code
integer
required
Example:

202

status
string
required
Example:

"Accepted"

message
string
required
Example:

"Customer updated successfully"

customer
any
required