Addon endpoints now return an image_url attribute containing the URL of the addon image uploaded in the PMS. Only user-defined images are returned; if no image has been uploaded, image_url returns an empty string.
Affected endpoints: GET /addons, GET /addons/{id}, GET /hotels/{id}/addons
Example response:
{
"id": 6324,
"name": "Bike Hire",
"description": "Bike Hire - Charged per person per night",
"amount": 20.0,
"amount_type": "PERSON",
"post_type": "STAY",
"image_url": "https://8ebd8b3dcdf6d6f8887d-4d1e022461cbaa577307930af1386d20.ssl.cf2.rackcdn.com/addon/images/bike-hire.jpg",
"online": true,
"currency_code": "USD"
}




