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


Rumple (Technical Details)

back


Introduction

Overview of the technical (behind the scenes) details as related to Rumple.

API

The API currently available utilizes the HTTP GET protocol.

http://traf.com/data/pull.aspx?x=rumple&g=APPCODE&t=cust&f=json

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
  • Billing History
    • billinit
    • billhist
  • Projections
    • gproj
    • nproj
    • gproj12 (default)
    • nproj12

Format

  • json (default)
  • xml
  • html
  • csv
  • tab

Table of Contents [Hide/Show]


Rumple (Technical Details)
   Introduction
   API
      Variables
      Type
      Format