POST /v1/customers/{id_customer}
Update a customer
Parameters
+ id_customer (number, required) - customer identifier
Request
application/json
TS-Apikey: api_key
{
"data": {
"address": {
"city": "zmena2",
"country": "zmena4",
"street": "zmena1",
"zip": "zmena3"
},
Response
application/json
HTTP 200
{
}

