• 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:57


Rumple (Technical Details)

back


Introduction

This page contains the technical (behind the scenes) details as related our integration with Rumple; as such, it is not intended to be use by our end-users.

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 (sample).
  • xml - XML (sample).
  • html - HTML using tables (technically, XHTML) (sample).
  • csv - Comma-Separated Value (sample).
  • tab - Tab-delimited (sample).

CS It's best to right click and save as the above samples.

Table of Contents [Hide/Show]


Rumple (Technical Details)
   Introduction
   API
      Variables
      Type
      Format