Files
marketplaces/src/assets/mock/bootstrap/company.json
sdarbinyan 9cf508d319 clean up
2026-07-05 00:57:20 +04:00

19 lines
431 B
JSON

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