Last active
September 20, 2018 06:00
-
-
Save johnmutuma5/45cd66d793c52319bde97731be994ec5 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
{ | |
"name": "Alice Doe", | |
"origin": "Kampala", | |
"destination": "New york", | |
"gender": "Male", | |
"manager": "John Mutuma", | |
"department": "TDD", | |
"role": "Senior Consultant", | |
"status": "Open", | |
"departureDate": "2018-08-16", | |
"arrivalDate": "2018-08-30", | |
"tripType": "multi", | |
"trips": [ | |
{ | |
"origin": "Nairobi", | |
"destination": "Lagos", | |
"departureDate": "2018-08-16 012:11:52.181+01", | |
"returnDate": "2018-08-25 012:11:52.181+01" | |
}, | |
{ | |
"origin": "Lagos", | |
"destination": "New York", | |
"departureDate": "2018-08-25 012:11:52.181+01", | |
"returnDate": "2018-09-16 012:11:52.181+01" | |
}, | |
{ | |
"origin": "New York", | |
"destination": "Nairobi", | |
"departureDate": "2018-09-25 012:11:52.181+01", | |
"returnDate": "2018-09-25 012:11:52.181+01" | |
} | |
], | |
"createdAt": "2018-08-16 012:11:52.181+01", | |
"updatedAt": "2018-08-16 012:11:52.181+01" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ezrqnkemboi, welcome, spread the help.