Skip to main content
PATCH
/
api
/
v1
/
customers
/
{businessId}
/
{customerId}
cURL
curl --request PATCH \
  --url https://api.dev.monei.cc/api/v1/customers/{businessId}/{customerId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "phone": "<string>",
  "email": "<string>",
  "externalRef": "<string>"
}
'

Path Parameters

businessId
string
required
customerId
string
required

Body

application/json
name
string
phone
string
email
string
externalRef
string

Response

200 - undefined