Skip to content

Instantly share code, notes, and snippets.

@nicmarti
Created March 21, 2013 16:52
Show Gist options
  • Save nicmarti/5214590 to your computer and use it in GitHub Desktop.
Save nicmarti/5214590 to your computer and use it in GitHub Desktop.
JSON sample for tickets
{
"max": "10",
"eventId": 5,
"start": "0",
"tickets": [
{
"invoiceState": "PAID",
"modifiedTime": 1354710165000,
"tagId": "unassigned",
"optIn": false,
"modifiedOn": "2012-12-05 12:22:45.0",
"ticketId": 1234,
"email": "[email protected]",
"ticketType": "Combi",
"company": "Express-Board",
"partnerCode": "",
"discountPercentage": "",
"uuid": "7eea3c20",
"fullName": "John DOE"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment