Last active
October 26, 2020 09:56
-
-
Save richardsweeney/a11e9b50bc95737d116b249687b420e8 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"customer": { | |
"first_name": "Jakob", | |
"last_name": "Lindberg", | |
"tel": "0705111111", | |
"email": "[email protected]" | |
}, | |
"appointment": { | |
"title": "Telefonmöte", | |
"start_date": "2020-12-01 13:00:00", | |
"end_date": "2020-12-01 14:00:00" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
appointment.title
Can be either of the following:'Telefonmöte', 'Videomöte', 'Möte hemma hos dig', 'Möte i våra lokaler'