Created
September 18, 2020 15:56
-
-
Save vishalzanzrukia/310db5974aa6d9621babbd474f515bb9 to your computer and use it in GitHub Desktop.
Venue Json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":"Id-1", | |
"name":"xyz", | |
"address":"street address, 79879", | |
"mailingAddress":"street address, 79879", | |
"phone":"0123456789", | |
"fax":"1234567890", | |
"email":"[email protected]", | |
"website":"www.xyz.com", | |
"boxOfficePhone":"0123456789", | |
"venueTypes":["typ1","typ2"], | |
"formats":["format-1","format-2"], | |
"capacity":"xyz", | |
"venueAges":"All Ages", | |
"ticketAgency":"vyz", | |
"facilityManagement":"Venue Management", | |
"merchandizingDeal":"%", | |
"taxes":"5% GST", | |
"marketSize":"Secondary", | |
"promotions":["Rental", "Promotes In-House"], | |
"venuePersonnelIds":["id-1","id-2"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment