About the Subscriber Interface

The Subscriber Interface consists of the following requests:
  • Accounts — An account represents a billable entity that contains the individual users.
    • Add Account: Enables you to add and update subscriber accounts within their system. If an account already exists with the given identifier (Account ID), this is considered an update, and the new account replaces the existing one. All relationships between that account and other objects in the system (for example, tiers) are maintained.
    • Update Account: Enables you to update accounts in their system. If no object exists with the given identifier (Account ID), then this is a failure condition, and the object is not saved.
    • Delete Account: Enables you to delete an account.
    • Query Account: Enables you to query a specific account or list of accounts, returning their configured attributes.
  • Tiers — A tier represents a class of service or a logical grouping of subscriber accounts.
    • Add Tier: Enables you to add new tiers to their system. If a tier already exists with the given identifier (Name), this is considered an update, and the new tier replaces the existing one. All relationships between that tier and other objects in the system (for example, accounts) are maintained.
    • Update Tier: Enables you to update tiers within their system. If no object exists with the given identifier (Name), this is a failure condition, and the object is not saved.
    • Delete Tier: Enables you to delete a tier.
    • Query Tier: Enables you to query a specific tier or list of tiers, returning their configured attributes.