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

19 lines
424 B
JSON
Raw Normal View History

{
"companyName": "Marketplace Platform LLC",
"registrationNumber": "1027700000000",
"taxId": "7700000000",
"address": {
"country": "Russia",
"region": "Moscow",
"city": "Moscow",
"street": "Tverskaya 1",
"postalCode": "125009"
},
"contacts": {
"email": "info@example.com",
"phone": "+7-900-000-00-00",
"telegram": "@platform_support",
"website": "https://default.local"
}
}