Skip to main content
PATCH
/
customers
/
{customerId}
Edit Customer
curl --request PATCH \
  --url https://api.example.com/customers/{customerId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "customFields": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ],
  "name": "<string>",
  "siret": "<string>"
}
'
{}

Path Parameters

customerId
string
required

the customer's id

Query Parameters

whenAt
string

Optional: the whenAt datetime

branchId
string

Optional: the branchId

Body

application/json
customFields
object[]

custom fields per product

name
string

Optional: Name of the entity

siret
string

Optional: Siret number

Response

The response is of type object.