-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathform.json
46 lines (46 loc) · 1.17 KB
/
form.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"form_type": "individual_entrepreneur",
"company": {
"address": [
{
"type": "legal",
"fias_id": "elm street"
},
{
"type": "actual"
}
],
"email": [
{
"type": "email",
"value": "[email protected]",
"subscription": false
}
],
"phone": [
{
"type": "phone",
"value": "09998887766"
}
],
"name": "example2",
"inn": "12312421124121424",
"site": "http://elm.com",
"comment": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.",
"user": {
"surename": "Фамилия",
"firstname": "имя",
"patronymic": "Отчество",
"email": "[email protected]",
"phone": "89210002233",
"password": "1234567890",
"password_confirmation": "1234567890"
},
"activities": [
"1",
"2",
"3",
"4"
]
}
}