cURL
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>" } '
200
Example
{}
the customer's id
Optional: the whenAt datetime
Optional: the branchId
custom fields per product
Show child attributes
Optional: Name of the entity
Optional: Siret number
The response is of type object.
object
Was this page helpful?