AddDeviceToCustomer

Adds a device to customer in the TVMS

POST /api/AddDeviceToCustomer/addDeviceToCustomer

Query Parameters

NameTypeDescription

uuid*

String

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

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

the userid of the customer

password*

String

the password of the customer. Put 0 if you don't have

authToken

String

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

Adds a device to customer in the TVMS

POST /api/AddDeviceToCustomer/addDeviceToCustomer_V2

Query Parameters

NameTypeDescription

uuid*

String

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

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

the userid of the customer

password*

String

the password of the customer. Put 0 if you don't have

authToken

String

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

Last updated