DEALINIUM REST API Method: deals post

<< Back to LocalBooking API Documentation

LoacalBooking REST API Method: deals/post

Returns the post added..


URL:

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

Formats

json, xml

HTTP Method(s)

GET

Requires Authentication

Yes Basic HTTP AUTH

Parameters

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

Response

<?xml version="1.0"?>
<response>
    <status>
        <code>500</code>
        <request>deals.posts</request>
        <message>Invalid deal</message>
    </status>
</response>