Skip to content

Instantly share code, notes, and snippets.

@vishalzanzrukia
Created September 18, 2020 15:56
Show Gist options
  • Save vishalzanzrukia/310db5974aa6d9621babbd474f515bb9 to your computer and use it in GitHub Desktop.
Save vishalzanzrukia/310db5974aa6d9621babbd474f515bb9 to your computer and use it in GitHub Desktop.
Venue Json
{
"id":"Id-1",
"name":"xyz",
"address":"street address, 79879",
"mailingAddress":"street address, 79879",
"phone":"0123456789",
"fax":"1234567890",
"email":"xyz@domain.com",
"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