Skip to content

Instantly share code, notes, and snippets.

@absfarah
Created October 8, 2013 09:25
Show Gist options
  • Save absfarah/6882043 to your computer and use it in GitHub Desktop.
Save absfarah/6882043 to your computer and use it in GitHub Desktop.
{
"Success": true,
"Data": [
{
"PerformanceId": 1,
"ProductionSeasonId": 2,
"Title": "sample string 3",
"Date": "sample string 4",
"OnSale": true,
"OnSaleDate": "sample string 6",
"TicketsAvailable": 7,
"Venue": "sample string 8",
"HighPrice": 9.0,
"LowPrice": 10.0
},
{
"PerformanceId": 1,
"ProductionSeasonId": 2,
"Title": "sample string 3",
"Date": "sample string 4",
"OnSale": true,
"OnSaleDate": "sample string 6",
"TicketsAvailable": 7,
"Venue": "sample string 8",
"HighPrice": 9.0,
"LowPrice": 10.0
},
{
"PerformanceId": 1,
"ProductionSeasonId": 2,
"Title": "sample string 3",
"Date": "sample string 4",
"OnSale": true,
"OnSaleDate": "sample string 6",
"TicketsAvailable": 7,
"Venue": "sample string 8",
"HighPrice": 9.0,
"LowPrice": 10.0
}
],
"Id": "11BHcibospBgSwjk1Gj344hENPcacXQn"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment