GetCustomer
Gets the customer information from the TVMS
GET
/api/GetCustomer/getCustomer
Request Body
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 with 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
password
String
Gets the customer information from the TVMS
GET
/api/GetCustomer/getCustomer_V2
Request Body
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 with 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
password
String
Gets the customer information from the TVMS
GET
/api/GetCustomer/devices
Request Body
userid
String
The use the userid where the customer logs in with 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
password
String
Get Paginated Customers in descending order. Page Size of 100
GET
/api/GetCustomer/getCustomers
Request Body
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
last_customer_id
String
Will be used for finding next a set of customers on the next page. If in a previous response you get has_next true then pass this as a parameter
status
String
Filter to match the customers with a particular status. Values can be "Trial", "Pending", "Active", "Expired", "Disabled"
firstname
String
lastname
String
street
String
postal
String
city
String
state
String
country
String
telephone
String
mobile
String
String
subscription_start_date
String
Value should be in format of yyyy-MM-dd, example 2021-05-22
subscription_end_date
String
Value should be in format of yyyy-MM-dd, example 2021-05-22
customer_created_from
String
Value should be in format of yyyy-MM-dd, example 2021-05-22
customer_created_to
String
Value should be in format of yyyy-MM-dd, example 2021-05-22
Last updated