Rate Plans


API for browsing, adding, editing and deleting Rate Plans.

URLs

References

Looking up a Resource (single objects, lists and tabular data)
Creating a Resource
Copying a Resource
Updating a Resource
Deleting a Resource
Rates API

Notes

Rate Plan Copy Object

{
  "RatePlanId": 1,
  "NewRatePlanName": ""
}

Rate Plan Object

{
  "status": "success",
  "message": "",
  "data": {
    "RatePlanId": 5,
    "RatePlan": "MNO",
    "Description": "Copy of Subscriber"
  }
}

Table Definition

RATE_PLANS

This table stores the name and description to be used when grouping collections of rates to rate calls going through the system.

Field Name Type Size Description
RATE_PLAN_ID int 4 Primary key.
RATE_PLAN varchar 40 Name of this rate plan.
DESCRIPTION varchar 40 Description of this rate plan.