• US: +1-888-239-8878

Software and services for the radio industry.

Page History: Rumple (Technical Details)

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2017/05/15 14:47


Rumple (Technical Details)

back


Introduction

This page contains the technical (behind the scenes) details as related our integration with Rumple.

API

The API currently available utilizes the HTTP GET protocol.

pull.aspx?x=rumple&g=APPCODE&t=cust&f=json

This HTTP GET script can be access via:

http://traf.com/data/

Variables

The following variables are currently available:

  • x (required) - The eXchanger; the third-party product using the API... in this case rumple.
  • g (required) - The group APPCODE; this is the APPCODE accessible from within the Group window (from the Dashboard using the Settings icon).
  • t (optional) - Type of data (see below).
  • f (optional) - Format of the data (see below).

Type

  • Customers
    • cust - Active customer list.
  • Billing History
    • billinit - Overall billing history covering the active portion of this year plus all of the prior year.
    • billhist - The billing history covering "last month".
  • Projections
    • gproj - Gross revenue projections for 3 months.
    • nproj - Net revenue projections for 3 months.
    • gproj12 (default) - Gross revenue projections for 12 months.
    • nproj12 - Net revenue projections for 12 months.

Format

  • json (default) - JSON.
  • xml - XML.
  • html - HTML using tables (technically, XHTML).
  • csv - Comma-Separated Value.
  • tab - Tab-delimited.

Table of Contents [Hide/Show]


Rumple (Technical Details)
   Introduction
   API
      Variables
      Type
      Format