v1
latestOpenAPI 3.1.02026-07-241210356.3 KBCustomers
Update
This endpoint allows you to update an existing customer in the system. You can modify various attributes of the customer.
post/Customers/Update/{uid}
Path parameters
uidstring required
Customer unique identifier.
Headers
api-keystring required
API Key
secret-keystring required
Secret Key
Request body
Example request
{
"contacts": [
{
"contact_country_iso": "IL"
}
]
}Response
200
Example response
{
"result": {
"status": "success",
"description": "operation has been success"
},
"data": {
"customer_uid": "84aa6e4e-fe42-4d5f-b9cd-59dbc3817f10"
}
}