Created
February 26, 2018 15:23
-
-
Save wellcaffeinated/3329ffb6de1f8dc045da10908af1ff43 to your computer and use it in GitHub Desktop.
Intellitix sent data examples
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
{ | |
"source": "51", | |
"orderid": "5a7b92a6a28ee8467bc2dd2b", | |
"status": "canceled", | |
"miscfields": { | |
"25": "Piper", | |
"26": "Wendy", | |
"51": "[email protected]" | |
}, | |
"tickets": [ | |
{ | |
"accesstype": "1", | |
"dates": [ | |
"2018-06-20" | |
], | |
"quantity": "1", | |
"status": "denied", | |
"barcode": "TKenqbgre789", | |
"miscfields": { | |
"2": "Lastname", | |
"3": "[email protected]", | |
"12": "Firstname" | |
} | |
}, | |
{ | |
"accesstype": "1", | |
"dates": [ | |
"2018-06-20" | |
], | |
"quantity": "1", | |
"status": "denied", | |
"barcode": "TKgxqmv7nr8y", | |
"miscfields": { | |
"2": "Lastname", | |
"3": "[email protected]", | |
"12": "Firstname" | |
} | |
} | |
] | |
} |
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
{ | |
"source": "51", | |
"orderid": "5a7b92a6a28ee8467bc2dd2b", | |
"status": "valid", | |
"miscfields": { | |
"25": "Piper", | |
"26": "Wendy", | |
"51": "[email protected]" | |
}, | |
"tickets": [ | |
{ | |
"accesstype": "1", | |
"dates": [ | |
"2018-06-20" | |
], | |
"quantity": "1", | |
"status": "approved", | |
"barcode": "TKenqbgre789", | |
"miscfields": { | |
"2": "Lastname", | |
"3": "[email protected]", | |
"12": "Firstname" | |
} | |
}, | |
{ | |
"accesstype": "1", | |
"dates": [ | |
"2018-06-20" | |
], | |
"quantity": "1", | |
"status": "denied", | |
"barcode": "TKgxqmv7nr8y", | |
"miscfields": { | |
"2": "Lastname", | |
"3": "[email protected]", | |
"12": "Firstname" | |
} | |
} | |
] | |
} |
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
{ | |
"source": "51", | |
"orderid": "5a7b92a6a28ee8467bc2dd2b", | |
"status": "valid", | |
"miscfields": { | |
"25": "Piper", | |
"26": "Wendy", | |
"51": "[email protected]" | |
}, | |
"tickets": [ | |
{ | |
"accesstype": "1", | |
"dates": [ | |
"2018-06-20" | |
], | |
"quantity": "1", | |
"status": "approved", | |
"barcode": "TKenqbgre789", | |
"miscfields": { | |
"2": "Lastname", | |
"3": "[email protected]", | |
"12": "Firstname" | |
} | |
}, | |
{ | |
"accesstype": "1", | |
"dates": [ | |
"2018-06-20" | |
], | |
"quantity": "1", | |
"status": "approved", | |
"barcode": "TKgxqmv7nr8y", | |
"miscfields": { | |
"2": "Lastname", | |
"3": "[email protected]", | |
"12": "Firstname" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment