Files
marketplaces/src/assets/mock/bootstrap/company.json

19 lines
431 B
JSON
Raw Normal View History

{
2026-07-05 00:51:29 +04:00
"companyName": "Marketplace LLC",
"registrationNumber": "1027700000000",
"taxId": "7700000000",
"address": {
"country": "Russia",
"region": "Moscow",
"city": "Moscow",
"street": "Tverskaya 1",
"postalCode": "125009"
},
"contacts": {
2026-07-05 00:51:29 +04:00
"email": "support@marketplace.local",
"phone": "+7-900-000-00-00",
2026-07-05 00:51:29 +04:00
"telegram": "@marketplace_support",
"website": "https://marketplace.local"
}
}