Skip to content

Instantly share code, notes, and snippets.

@gabor-m
Created January 6, 2023 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabor-m/3ee898572fbead9b4d2890bb1e91aad1 to your computer and use it in GitHub Desktop.
Save gabor-m/3ee898572fbead9b4d2890bb1e91aad1 to your computer and use it in GitHub Desktop.
POST http://gesz.eu/flavon-api/user
{
"fullName": "Teszt Név",
"sponsorMid": "M-81849",
"email":["a@b.hu"],
"phone":["11512351"],
"password":"abc123",
"mailingAddress": {
"name":"A",
"country":"MAGYARORSZÁG",
"zip":"4400",
"city": "NYÍREGYHÁZA",
"street": "teszt 1",
"state": ""
},
"shippingAddress": {
"name":"A",
"country":"MAGYARORSZÁG",
"zip":"4400",
"city": "NYÍREGYHÁZA",
"street": "teszt 1",
"state": ""
},
"billingAddress": {
"name": "NAGY GABOR",
        "country": "MAGYARORSZÁG",
        "zip": "4000",
        "city": "DEBRECEN",
        "street": "4000 DEBRECEN, ISTVAN UTCA 3.",
        "state": ""
},
"newsletter": 1
}
Válasz:
{
"code": 2101,
"message": "Teljes név nem lehet üres"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment