This endpoint returns the changes that have occurred to points on the date specified by the updateId. The updateId parameter must be formatted as 'yyyyMMdd', representing a date that is in the past and not older than 14 days from the current date. For example, if today is July 25, 2019, a valid updateId could be '20190725'. This allows you to query for delta points updates within a specific timeframe, ensuring that you can track changes over a recent period.
OK
Unauthorized
Forbidden
Not Found
{- "points": [
- {
- "address": {
- "address_line_1": "string",
- "address_line_2": "string",
- "address_line_3": "string",
- "country_code": "string",
- "country_name": "string",
- "postcode": 0,
- "state": "string",
- "suburb": "string"
}, - "delivery_point_id": 0,
- "usage_type": "string",
- "description": "string",
- "directions": "string",
- "fax_number": "string",
- "geo_location": {
- "lat": 0.1,
- "lon": 0.1,
- "distance": 0.1
}, - "hatch_description": "string",
- "hours": [
- {
- "end_date": "string",
- "end_time": "string",
- "start_date": "string",
- "start_time": "string",
- "type": "string",
- "weekday": 0
}
], - "location_code": "string",
- "name": "string",
- "partner_code": "string",
- "phone_number": "string",
- "service_codes": [
- "string"
], - "type": "string",
- "work_centre_id": 0,
- "event_type": "ADD",
- "created_timestamp": "string"
}
]
}