GX-Bug #70092 » register_customer-data.json
1 |
[
|
---|---|
2 |
{ |
3 |
"customerGroup": 1, |
4 |
"isFavorite": true, |
5 |
"personalInformation": { |
6 |
"gender": "m", |
7 |
"firstName": "John", |
8 |
"lastName": "Doe", |
9 |
"dateOfBirth": "2022-01-30 08:30:00", |
10 |
"customerNumber": "12345-AB" |
11 |
}, |
12 |
"contactInformation": { |
13 |
"email": "bar@example.org", |
14 |
"phoneNumber": "+49 152 012345", |
15 |
"faxNumber": "+49 152 054321" |
16 |
}, |
17 |
"businessInformation": { |
18 |
"companyName": "Gambio GmbH", |
19 |
"vatId": "DE 123456789", |
20 |
"isTradesperson": true, |
21 |
"isValidVatId": true |
22 |
}, |
23 |
"locationInformation": { |
24 |
"streetName": "Parallelweg", |
25 |
"houseNumber": "30", |
26 |
"postcode": "28219", |
27 |
"city": "Bremen", |
28 |
"country": { |
29 |
"name": "American Samoa", |
30 |
"isoCode2": "AS" |
31 |
}, |
32 |
"additionalInformation": "", |
33 |
"suburb": "Walle", |
34 |
"state": "My own State" |
35 |
}, |
36 |
"password": "plain text password", |
37 |
"credit": 999.99 |
38 |
} |
39 |
]
|