Klienci
Tworzy klienta
Tworzenie nowego klienta
post/users
Request body
Example request
{
"bill_address": {
"city": "Jurkowo",
"company_name": "Jurex z.o.o",
"company_nip": "0",
"country": {
"code": "PL",
"id": 170,
"name": "Poland"
},
"description": "Pod mostem",
"flat_number": "255",
"home_number": "13",
"name": "Jerzy",
"phone": "123456789",
"postcode": "12-345",
"state": "Mazowieckie",
"street": "Jurkowska",
"surname": "Jurkowski"
},
"email": "bok@sellasist.pl",
"shipment_address": {
"city": "Jurkowo",
"company_name": "Jurex z.o.o",
"company_nip": "0",
"country": {
"code": "PL",
"id": 170,
"name": "Poland"
},
"description": "Pod mostem",
"flat_number": "255",
"home_number": "13",
"name": "Jerzy",
"phone": "123456789",
"postcode": "12-345",
"state": "Mazowieckie",
"street": "Jurkowska",
"surname": "Jurkowski"
}
}Response
Sukces
Example response
{
"id": 20
}Changes
No recorded changes to this endpoint across all 1 revision of this API.