POST /v1/customers/
Add new customer
Parameters
None.
Request
application/json
TS-Apikey: api_key
{
"data": {
"address": {
"city": "mesto",
"country": "slovensko",
"street": "ulica",
"zip": "01841"
},
Response
application/json
HTTP 201
{
}

