Skip to content

Instantly share code, notes, and snippets.

@pascaldevink
Created August 28, 2014 11:50
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 pascaldevink/14abdebba30884cf0692 to your computer and use it in GitHub Desktop.
Save pascaldevink/14abdebba30884cf0692 to your computer and use it in GitHub Desktop.
Recall push data
{
"user": {
"name": "Bob",
"email": "bob@doctors.org",
},
"data": {
"prescriptionNumber": 12345,
"dateAndTime": "2014-08-26 16:45:22 UTC-1",
"prescribingMedic": {
"name": "Bob",
"number": 239878347,
"email": "bob@doctors.org",
"signature": "e4eaaaf2-d142-11e1-b3e4-080027620cdd"
},
"items": [
{
"name": "Valium",
"dosage": "1 pill",
"frequency": "Daily",
"instruction": "Don't operate heavy machinery"
},
{
"name": "Prozac",
"dosage": "1 pill",
"frequency": "Twice a day",
"instruction": "Don't operate heavy machinery"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment