fixed
Meeting Point Fixes
over 4 years ago by John Daily Jr
September 17th 2020 - Alignment between our documentation and API behavior around meeting points.
What's Changed?
We have changed our API documentation and contract to match the existing behavior for Meeting Points. When a meeting point is not defined for a location an empty object will still be present instead of being omitted from the response if empty.
This is how a Location object will return if Meeting Point information is not available:
...
"meeting_point": {
"instructions": "",
"position": {
"latitude": 0,
"longitude": 0
},
"type": "NOT_SET"
},
...
This only applies to v1 of the Bookings API
In future versions of the Bookings API the Meeting Point object will be optional.