TVMS Manual 2.0
  • Welcome page
  • Understanding TVMS
  • First steps
  • Getting help
    • How to get help
      • Generic issues
      • Streams issues
    • FAQ
  • Quick start
    • TVMS Home page
    • New deployment
    • Content
      • Add a channel
      • How to add EPG
      • Add a movie
      • Add series
      • Pay Per View (PPV)
      • Cloud Sync
    • UI and hostnames
      • Add a hostname
      • Add a UI
    • Business part
      • Create a product
      • Create customers
      • Create resellers
      • Billing integration with TVMS
  • TV application
    • Loading
      • Profiles
    • Home screen
      • Settings
      • Personal menu
    • Channels
      • TV player
      • TV guide
      • Recordings
      • CatchupTV
    • VoD
      • Movies
      • Series
      • Music
    • Apps
  • Detailed documentation
    • Top panel
      • System Users
      • SendGrid
      • Time Zone
      • User Logs
      • Super Hostname
      • White Labelling
    • CMS
      • Channels
        • Add Channel
        • Channels Excel
        • EPG Overview
        • EPG Urls
        • EPG Builder
        • How to apply EPG
        • Cloud PVR
        • UI Groups
        • PPV Rules
        • Packages
      • Movies
        • Add a movie
        • Add a movie from the database
        • PPV Rules
        • Packages
      • Series
        • Add Series
        • Add Series from the database
        • Add a season
        • PPV Rules
        • Packages
      • Education
        • Add a course
        • PPV Rules
        • Levels
      • Music
        • Add Album
        • PPV Rules
        • Packages
      • Apps
        • Add App
        • Packages
      • Import/Export
        • Channels
        • Movies
        • Series
      • Transcoders
        • Add a transcoder
        • CDN Hostnames
        • DVR Storage
        • FLS Mapping
        • FLS Config
        • FLS Health
      • Settings
        • Currency
        • BuyDRM
        • Irdeto
        • Token Settings
    • CRM
      • Customers
        • Add a customer
        • Customer details
          • Information
          • Subscription
          • User Interface
          • Devices
          • Wallet
          • Tickets
          • Content
          • Profiles
          • Logs
        • Add a range of customers
        • Customers Count
        • Bulk Edit
        • Delete Bulk Customers
        • Import Customers
      • Tickets
      • Stocks
        • Models
      • Dealers
      • Resellers
        • Add a new Reseller
        • Resellers details
        • Performance
        • Extra Packages Mapping
        • Domain Mapping
      • Products
        • Add a Product
        • Product details
        • Extra Packages
        • DVR Plans
        • Catchup Plans
        • IP Access
        • API Provisions
        • Disclaimer
        • Support
        • App OTA
      • Advertisement
        • Banner Ads
        • Preroll Ads
        • Overlay Ads
        • Ticker Ads
      • Webshops
        • WooCommerce
        • Shopify
        • OpenCart
        • BigCommerce
        • Prestashop
        • TVMS Webshop
          • Setup a Payment Gateway
          • Cart Setup
          • Setup Customer Portal
          • Invoicing Templates
          • Email Templates
      • Communication
        • Email Templates
        • Mass Mailing Settings
        • Mass SMS Settings
        • Messages
        • Subscriptions
        • Mass Mailing
        • Mass SMS
      • CRM Settings
        • Currencies
        • General
        • Company Info
        • CRM Rules
    • MIQ
      • Dashboard
      • Usages
      • Content
      • Location
      • Hardware
      • Network
      • Software
      • System Health
      • Advertisement
      • Financial
    • UIT
      • User Interfaces
      • Add a User Interface
      • Hostnames
      • Templates
      • Languages
      • Menu Apps
    • API
      • AddCustomer
      • AddDeviceToCustomer
      • BulkDeleteCustomers
      • CancelSubscription
      • ChangeCustomerProduct
      • ChangeLoginDetails
      • CustomerRecommendation
      • CustomerStatus
      • CustomerSubscription
      • DeleteCustomer
      • DeleteDeviceFromCustomer
      • DisableCustomer
      • EditCustomer
      • EnableCustomer
      • ExtraPackages
      • GetCountries
      • GetCustomer
      • GetProducts
      • MacAddress
      • RenewCustomer
      • ValidateCustomer
  • App publishing
    • Getting Started
    • Completing the Prerequisites
      • Select an App Name
      • Prepare Artwork
        • Artwork to Build Apps
        • Artwork to Publish Apps
      • Register Developer Accounts
    • Testing an App
      • How to Install an App for Testing on Android
      • How to Install an App for Testing on iOS and tvOS
      • How to Install an App for Testing on Firestick
      • How to Install an App for Testing on Roku
    • Preparing Apps for Publishing
      • Create App Approval Product
      • Google Play Store
      • Apple App Store
      • Amazon App Store
      • LG Content Store
      • Samsung Tizen Store
      • Roku Channel Store
  • Miscellaneous
    • TVMS Artwork
    • Roku TVE
    • Supported Devices
    • Player Support
    • Updates of Apps and Set-top boxes
      • Manual Update
      • Roku manual update
      • Android In App Update
      • OTA (Over The Air)
    • Video manual
  • Changelog
    • Application changelog
      • Release 8.5.1x - February 1st '21
      • Release 9.3 - January 15, 2022
      • Release 9.4.0 WebTV/PWA
Powered by GitBook
On this page
  • Adds a customer to the TVMS
  • Adds a customer to the TVMS
  • Adds a customer to the TVMS
  • Adds a reseller customer to the TVMS
  • Adds a customer to the TVMS
  • Adds a reseller customer to the TVMS
  • Adds a reseller customer to the TVMS
  • Adds a customer to the TVMS
  • Adds a reseller customer to the TVMS

Was this helpful?

  1. Detailed documentation
  2. API

AddCustomer

Adds a customer to the TVMS

POST /api/AddCustomer/addCustomer

Query Parameters

Name
Type
Description

firstname*

String

First name

lastname*

String

Last name

street*

String

Street

zipcode*

String

Zip code

city*

String

City

state*

String

State

country*

String

Country

phone*

String

Phone

mobile*

String

mobile use in a correct format +31233344455 to be albe to use SMS later

email*

String

Email

productid*

String

productid, this needs to be a productId from the CRM part of the TVMS and it has to have at least 1 payment plan and 1 currrency set for it

subscriptionlengthinmonths*

String

subscriptionlength, the number of months till the subscription is expired, leave 0 to use Days

subscriptionlengthindays*

String

subscriptionlength, the number of days till the subscription is expired, leave 0 to use Months

renewalinterval*

String

renewalinterval, the number of months the subscriptions is to be renewed, the minimum is 1

cmsService*

String

The CMS identifier that it's attached to the CRM you want to add this customer to you can find this name on the main screen of the TVMS

crmService*

String

The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS

userid

String

if no userd the IMS will create a userid

password

String

if not used the IMS will create a password. only !#@=()_$+- special characters are allowed. If you are making a get request don't forget to do url encode in your future requests

reseller_id

String

Reseller ID to whom a customer is to be assigned

order_id

String

If Reseller Type Pre Order enter order id

productmappingid

String

Product Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

customermappingid

String

Customer Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

authToken

String

The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request

StartSubscriptionFromFirstLogin

Boolean

sendMail

Boolean

sendSMS

Boolean

Adds a customer to the TVMS

GET /api/AddCustomer/addCustomerAsync

Query Parameters

Name
Type
Description

firstname*

String

First name

lastname*

String

Last name

street*

String

Street

zipcode*

String

Zip code

city*

String

City

state*

String

State

country*

String

Country

phone*

String

Phone

mobile*

String

mobile use in a correct format +31233344455 to be albe to use SMS later

email*

String

Email

productid*

String

productid, this needs to be a productId from the CRM part of the TVMS and it has to have at least 1 payment plan and 1 currrency set for it

subscriptionlengthinmonths*

String

subscriptionlength, the number of months till the subscription is expired, leave 0 to use Days

subscriptionlengthindays*

String

subscriptionlength, the number of days till the subscription is expired, leave 0 to use Months

renewalinterval*

String

renewalinterval, the number of months the subscriptions is to be renewed, the minimum is 1

cmsService*

String

The CMS identifier that it's attached to the CRM you want to add this customer to you can find this name on the main screen of the TVMS

crmService*

String

The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS

userid

String

if no userd the IMS will create a userid

password

String

if not used the IMS will create a password. only !#@=()_$+- special characters are allowed. If you are making a get request don't forget to do url encode in your future requests

reseller_id

String

Reseller ID to whom a customer is to be assigned

order_id

String

If Reseller Type Pre Order enter order id

productmappingid

String

Product Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

customermappingid

String

Customer Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

authToken

String

The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request

StartSubscriptionFromFirstLogin

Boolean

sendMail

Boolean

sendSMS

Boolean

currency*

String

The currency for the product

currencyCheck

Boolean

checkProduct

Boolean

checkCountry

Boolean

Adds a customer to the TVMS

POST /api/AddCustomer/addCustomerAsync

Query Parameters

Name
Type
Description

firstname*

String

First name

lastname*

String

Last name

street*

String

Street

zipcode*

String

Zip code

city*

String

City

state*

String

State

country*

String

Country

phone*

String

Phone

mobile*

String

mobile use in a correct format +31233344455 to be albe to use SMS later

email*

String

Email

productid*

String

productid, this needs to be a productId from the CRM part of the TVMS and it has to have at least 1 payment plan and 1 currrency set for it

subscriptionlengthinmonths*

String

subscriptionlength, the number of months till the subscription is expired, leave 0 to use Days

subscriptionlengthindays*

String

subscriptionlength, the number of days till the subscription is expired, leave 0 to use Months

renewalinterval*

String

renewalinterval, the number of months the subscriptions is to be renewed, the minimum is 1

cmsService*

String

The CMS identifier that it's attached to the CRM you want to add this customer to you can find this name on the main screen of the TVMS

crmService*

String

The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS

userid

String

if no userd the IMS will create a userid

password

String

if not used the IMS will create a password. only !#@=()_$+- special characters are allowed. If you are making a get request don't forget to do url encode in your future requests

reseller_id

String

Reseller ID to whom a customer is to be assigned

order_id

String

If Reseller Type Pre Order enter order id

productmappingid

String

Product Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

customermappingid

String

Customer Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

authToken

String

The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request

StartSubscriptionFromFirstLogin

Boolean

sendMail

Boolean

sendSMS

Boolean

currency*

String

The currency for the product

currencyCheck

Boolean

checkProduct

Boolean

checkCountry

Boolean

Adds a reseller customer to the TVMS

POST /api/AddCustomer/addCustomerReseller

Query Parameters

Name
Type
Description

firstname*

String

First name

lastname*

String

Last name

street*

String

Street

zipcode*

String

Zip code

city*

String

City

state*

String

State

country*

String

Country

phone*

String

Phone

mobile*

String

mobile use in a correct format +31233344455 to be albe to use SMS later

email*

String

Email

productid*

String

productid, this needs to be a productId from the CRM part of the TVMS and it has to have at least 1 payment plan and 1 currrency set for it

subscriptionlengthinmonths*

String

subscriptionlength, the number of months till the subscription is expired, leave 0 to use Days

subscriptionlengthindays*

String

subscriptionlength, the number of days till the subscription is expired, leave 0 to use Months

renewalinterval*

String

renewalinterval, the number of months the subscriptions is to be renewed, the minimum is 1

cmsService*

String

The CMS identifier that it's attached to the CRM you want to add this customer to you can find this name on the main screen of the TVMS

crmService*

String

The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS

userid

String

if no userd the IMS will create a userid

password

String

if not used the IMS will create a password. only !#@=()_$+- special characters are allowed. If you are making a get request don't forget to do url encode in your future requests

reseller_id

String

Reseller ID to whom a customer is to be assigned

order_id

String

If Reseller Type Pre Order enter order id

productmappingid

String

Product Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

customermappingid

String

Customer Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

authToken

String

The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request

StartSubscriptionFromFirstLogin

Boolean

sendMail

Boolean

sendSMS

Boolean

Adds a customer to the TVMS

POST /api/AddCustomer/addCustomerWithDevice

Query Parameters

Name
Type
Description

firstname*

String

First name

lastname*

String

Last name

street*

String

Street

zipcode*

String

Zip code

city*

String

City

state*

String

State

country*

String

Country

phone*

String

Phone

mobile*

String

mobile use in a correct format +31233344455 to be albe to use SMS later

email*

String

Email

productid*

String

productid, this needs to be a productId from the CRM part of the TVMS and it has to have at least 1 payment plan and 1 currrency set for it

subscriptionlengthinmonths*

String

subscriptionlength, the number of months till the subscription is expired, leave 0 to use Days

subscriptionlengthindays*

String

subscriptionlength, the number of days till the subscription is expired, leave 0 to use Months

renewalinterval*

String

renewalinterval, the number of months the subscriptions is to be renewed, the minimum is 1

cmsService*

String

The CMS identifier that it's attached to the CRM you want to add this customer to you can find this name on the main screen of the TVMS

crmService*

String

The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS

userid

String

if no userd the IMS will create a userid

password

String

if not used the IMS will create a password. only !#@=()_$+- special characters are allowed. If you are making a get request don't forget to do url encode in your future requests

productmappingid

String

Product Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

customermappingid

String

Customer Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

authToken

String

The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request

StartSubscriptionFromFirstLogin

Boolean

sendMail

Boolean

sendSMS

Boolean

uuid*

String

uuid is the mac address or serial number from the device you want to attach to the customer

Adds a reseller customer to the TVMS

POST /api/AddCustomer/addCustomerResellerWithDevice

Query Parameters

Name
Type
Description

firstname*

String

First name

lastname*

String

Last name

street*

String

Street

zipcode*

String

Zip code

city*

String

City

state*

String

State

country*

String

Country

phone*

String

Phone

mobile*

String

mobile use in a correct format +31233344455 to be albe to use SMS later

email*

String

Email

productid*

String

productid, this needs to be a productId from the CRM part of the TVMS and it has to have at least 1 payment plan and 1 currrency set for it

subscriptionlengthinmonths*

String

subscriptionlength, the number of months till the subscription is expired, leave 0 to use Days

subscriptionlengthindays*

String

subscriptionlength, the number of days till the subscription is expired, leave 0 to use Months

renewalinterval*

String

renewalinterval, the number of months the subscriptions is to be renewed, the minimum is 1

cmsService*

String

The CMS identifier that it's attached to the CRM you want to add this customer to you can find this name on the main screen of the TVMS

crmService*

String

The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS

userid

String

if no userd the IMS will create a userid

password

String

if not used the IMS will create a password. only !#@=()_$+- special characters are allowed. If you are making a get request don't forget to do url encode in your future requests

productmappingid

String

Product Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

customermappingid

String

Customer Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

authToken

String

The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request

StartSubscriptionFromFirstLogin

Boolean

sendMail

Boolean

sendSMS

Boolean

uuid*

String

uuid is the mac address or serial number from the device you want to attach to the customer

reellerid

String

resellerid, the reseller to which this customer should be added

Adds a reseller customer to the TVMS

POST /api/AddCustomer/addCustomerReseller_V2

Query Parameters

Name
Type
Description

firstname*

String

First name

lastname*

String

Last name

street*

String

Street

zipcode*

String

Zip code

city*

String

City

state*

String

State

country*

String

Country

phone*

String

Phone

mobile*

String

mobile use in a correct format +31233344455 to be albe to use SMS later

email*

String

Email

productid*

String

productid, this needs to be a productId from the CRM part of the TVMS and it has to have at least 1 payment plan and 1 currrency set for it

subscriptionlengthinmonths*

String

subscriptionlength, the number of months till the subscription is expired, leave 0 to use Days

subscriptionlengthindays*

String

subscriptionlength, the number of days till the subscription is expired, leave 0 to use Months

renewalinterval*

String

renewalinterval, the number of months the subscriptions is to be renewed, the minimum is 1

cmsService*

String

The CMS identifier that it's attached to the CRM you want to add this customer to you can find this name on the main screen of the TVMS

crmService*

String

The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS

userid

String

if no userd the IMS will create a userid

password

String

if not used the IMS will create a password. only !#@=()_$+- special characters are allowed. If you are making a get request don't forget to do url encode in your future requests

reseller_id

String

Reseller ID to whom a customer is to be assigned

productmappingid

String

Product Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

customermappingid

String

Customer Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

authToken

String

The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request

StartSubscriptionFromFirstLogin

Boolean

sendMail

Boolean

sendSMS

Boolean

Adds a customer to the TVMS

POST /api/AddCustomer/addCustomerWithDevice_V2

Query Parameters

Name
Type
Description

firstname*

String

First name

lastname*

String

Last name

street*

String

Street

zipcode*

String

Zip code

city*

String

City

state*

String

State

country*

String

Country

phone*

String

Phone

mobile*

String

mobile use in a correct format +31233344455 to be albe to use SMS later

email*

String

Email

productid*

String

productid, this needs to be a productId from the CRM part of the TVMS and it has to have at least 1 payment plan and 1 currrency set for it

subscriptionlengthinmonths*

String

subscriptionlength, the number of months till the subscription is expired, leave 0 to use Days

subscriptionlengthindays*

String

subscriptionlength, the number of days till the subscription is expired, leave 0 to use Months

renewalinterval*

String

renewalinterval, the number of months the subscriptions is to be renewed, the minimum is 1

cmsService*

String

The CMS identifier that it's attached to the CRM you want to add this customer to you can find this name on the main screen of the TVMS

crmService*

String

The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS

userid

String

if no userd the IMS will create a userid

password

String

if not used the IMS will create a password. only !#@=()_$+- special characters are allowed. If you are making a get request don't forget to do url encode in your future requests

productmappingid

String

Product Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

customermappingid

String

Customer Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

authToken

String

The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request

StartSubscriptionFromFirstLogin

Boolean

sendMail

Boolean

sendSMS

Boolean

uuid*

String

uuid is the mac address or serial number from the device you want to attach to the customer

Adds a reseller customer to the TVMS

POST /api/AddCustomer/addCustomerResellerWithDevice_V2

Query Parameters

Name
Type
Description

firstname*

String

First name

lastname*

String

Last name

street*

String

Street

zipcode*

String

Zip code

city*

String

City

state*

String

State

country*

String

Country

phone*

String

Phone

mobile*

String

mobile use in a correct format +31233344455 to be albe to use SMS later

email*

String

Email

productid*

String

productid, this needs to be a productId from the CRM part of the TVMS and it has to have at least 1 payment plan and 1 currrency set for it

subscriptionlengthinmonths*

String

subscriptionlength, the number of months till the subscription is expired, leave 0 to use Days

subscriptionlengthindays*

String

subscriptionlength, the number of days till the subscription is expired, leave 0 to use Months

renewalinterval*

String

renewalinterval, the number of months the subscriptions is to be renewed, the minimum is 1

cmsService*

String

The CMS identifier that it's attached to the CRM you want to add this customer to you can find this name on the main screen of the TVMS

crmService*

String

The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS

userid

String

if no userd the IMS will create a userid

password

String

if not used the IMS will create a password. only !#@=()_$+- special characters are allowed. If you are making a get request don't forget to do url encode in your future requests

productmappingid

String

Product Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

customermappingid

String

Customer Mapping ID is an ID you get from your Comverse One / Nokia IQ installation or another system

authToken

String

The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request

StartSubscriptionFromFirstLogin

Boolean

sendMail

Boolean

sendSMS

Boolean

uuid*

String

uuid is the mac address or serial number from the device you want to attach to the customer

reellerid

String

resellerid, the reseller to which this customer should be added

PreviousAPINextAddDeviceToCustomer

Last updated 3 years ago

Was this helpful?