Skip to content

Instantly share code, notes, and snippets.

@richardsweeney
Last active October 26, 2020 09:56
Show Gist options
  • Save richardsweeney/a11e9b50bc95737d116b249687b420e8 to your computer and use it in GitHub Desktop.
Save richardsweeney/a11e9b50bc95737d116b249687b420e8 to your computer and use it in GitHub Desktop.
{
"customer": {
"first_name": "Jakob",
"last_name": "Lindberg",
"tel": "0705111111",
"email": "jakob@lindberg.se"
},
"appointment": {
"title": "Telefonmöte",
"start_date": "2020-12-01 13:00:00",
"end_date": "2020-12-01 14:00:00"
}
}
@richardsweeney
Copy link
Author

appointment.title Can be either of the following:

'Telefonmöte', 'Videomöte', 'Möte hemma hos dig', 'Möte i våra lokaler'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment