DEALINIUM REST API Method: deals show

<< Back to LocalBooking API Documentation

LoacalBooking REST API Method: deals/show

Returns a single deal, specified by the id parameter below. The deal's provider will be returned inline..


URL:

http://api.dealinium.com/deals/show.format

Formats

json, xml

HTTP Method(s)

GET

Requires Authentication

No

Parameters

  • id (Required): The numerical ID of the deal to retrieve.

Response

<?xml version="1.0"?>
<response>
    <status>
        <code>300</code>
        <request>deals.show</request>
        <message>No deal</message>
    </status>
</response>