================================ PUT /:country/listings/:id/offer ================================ Adds an offer to a listing. Body Parameters --------------- The message body should contain a populated `Offer`_ model. Response -------- On success returns **HTTP 204 No Content**. If the listing is claimed by another provider, returns **HTTP 403 Forbidden**. Example ------- **PUT https://api.opendi.com/de/listings/5194891/offer** .. code-block:: javascript { "message": "50% off for each and any pizza", "url": "http://www.example.com/myspecialoffer" } .. _Offer: ./../models.html#offer