Skip to content

Instantly share code, notes, and snippets.

@wellcaffeinated
Created February 26, 2018 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wellcaffeinated/3329ffb6de1f8dc045da10908af1ff43 to your computer and use it in GitHub Desktop.
Save wellcaffeinated/3329ffb6de1f8dc045da10908af1ff43 to your computer and use it in GitHub Desktop.
Intellitix sent data examples
{
"source": "51",
"orderid": "5a7b92a6a28ee8467bc2dd2b",
"status": "canceled",
"miscfields": {
"25": "Piper",
"26": "Wendy",
"51": "wendy.piper@blah.com"
},
"tickets": [
{
"accesstype": "1",
"dates": [
"2018-06-20"
],
"quantity": "1",
"status": "denied",
"barcode": "TKenqbgre789",
"miscfields": {
"2": "Lastname",
"3": "test@test.com",
"12": "Firstname"
}
},
{
"accesstype": "1",
"dates": [
"2018-06-20"
],
"quantity": "1",
"status": "denied",
"barcode": "TKgxqmv7nr8y",
"miscfields": {
"2": "Lastname",
"3": "test@test.com",
"12": "Firstname"
}
}
]
}
{
"source": "51",
"orderid": "5a7b92a6a28ee8467bc2dd2b",
"status": "valid",
"miscfields": {
"25": "Piper",
"26": "Wendy",
"51": "wendy.piper@blah.com"
},
"tickets": [
{
"accesstype": "1",
"dates": [
"2018-06-20"
],
"quantity": "1",
"status": "approved",
"barcode": "TKenqbgre789",
"miscfields": {
"2": "Lastname",
"3": "test@test.com",
"12": "Firstname"
}
},
{
"accesstype": "1",
"dates": [
"2018-06-20"
],
"quantity": "1",
"status": "denied",
"barcode": "TKgxqmv7nr8y",
"miscfields": {
"2": "Lastname",
"3": "test@test.com",
"12": "Firstname"
}
}
]
}
{
"source": "51",
"orderid": "5a7b92a6a28ee8467bc2dd2b",
"status": "valid",
"miscfields": {
"25": "Piper",
"26": "Wendy",
"51": "wendy.piper@blah.com"
},
"tickets": [
{
"accesstype": "1",
"dates": [
"2018-06-20"
],
"quantity": "1",
"status": "approved",
"barcode": "TKenqbgre789",
"miscfields": {
"2": "Lastname",
"3": "test@test.com",
"12": "Firstname"
}
},
{
"accesstype": "1",
"dates": [
"2018-06-20"
],
"quantity": "1",
"status": "approved",
"barcode": "TKgxqmv7nr8y",
"miscfields": {
"2": "Lastname",
"3": "test@test.com",
"12": "Firstname"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment