Created
September 29, 2019 22:15
-
-
Save agraebe/d1920ca9682b4446f1701b7060d953fa to your computer and use it in GitHub Desktop.
Trip webhook payload for geofence enter
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
{ | |
"created_at": "2019-07-01T14:00:00.000000Z", | |
"data": { | |
"value": "geofence_enter", | |
"trip_id": "123E4567-E89B-12D3-A456-426655440000", | |
"trip_metadata": { "workerId": "123" }, | |
"geofence_metadata": { "clientId": "abc" } | |
}, | |
"device_id": "00112233-4455-6677-8899-AABBCCDDEEFF", | |
"type": "trip", | |
"version": "2.0.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment