CustomerStatus

Get Status of a customer in the TVMS

GET /api/CustomerStatus/GetCustomerStatus

Query Parameters

NameTypeDescription

customermappingid*

String

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

userid*

String

The use the userid where the customer logs in on his device

password*

String

The password with which the customer logs in on his device

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

authToken*

String

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

Get Status of a customer in the TVMS

POST /api/CustomerStatus/GetCustomerStatus

Query Parameters

NameTypeDescription

customermappingid*

String

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

userid*

String

The use the userid where the customer logs in on his device

password*

String

The password with which the customer logs in on his device

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

authToken*

String

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

Get Status of a customer in the TVMS

GET /api/CustomerStatus/GetCustomerStatusByReseller

Query Parameters

NameTypeDescription

reseller_id*

String

Reseller ID to which a customer belongs. Pass 0 if you want to get the status of a customer that doesn't belong to any reseller

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

page*

String

Page Number to get next set of records. Starts from 1. In a single query max of 1000 records will be returned

status_type

String

To get customers of specific status. Status values can be Active, Expired, Pending, Disabled and Trial

authToken*

String

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

Get Status of a customer in the TVMS

POST /api/CustomerStatus/GetCustomerStatusByReseller

Query Parameters

NameTypeDescription

reseller_id*

String

Reseller ID to which a customer belongs. Pass 0 if you want to get the status of a customer that doesn't belong to any reseller

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

page*

String

Page Number to get next set of records. Starts from 1. In a single query max of 1000 records will be returned

status_type

String

To get customers of specific status. Status values can be Active, Expired, Pending, Disabled and Trial

authToken*

String

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

Get Status of a customer in the TVMS

POST /api/CustomerStatus/GetCustomerStatusByIds

Query Parameters

NameTypeDescription

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

authToken*

String

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

Request Body

NameTypeDescription

user_ids*

Array[string]

List of user ids in form of array. Parameter content type: application/json or text/json

Disables a customer in the TVMS

POST /api/CustomerStatus/Disable

Query Parameters

NameTypeDescription

customermappingid*

String

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

userid*

String

The use the userid where the customer logs in on his device

password*

String

The password with which the customer logs in on his device

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

authToken*

String

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

cmsService*

String

The CMS identifier name of which the CRM is part of, you can find this name on the main screen of the TVMS

Enables a customer in the TVMS

POST /api/CustomerStatus/Enable

Query Parameters

NameTypeDescription

customermappingid*

String

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

userid*

String

The use the userid where the customer logs in on his device

password*

String

The password with which the customer logs in on his device

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

authToken*

String

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

cmsService*

String

The CMS identifier name of which the CRM is part of, you can find this name on the main screen of the TVMS

Last updated