MacAddress
Add Mac Address to Hostname
GET
/api/MacAddress/AddMacAddressToHostname
Query Parameters
macAddress
String
Mac Address to be added under a domain
hostname
String
The use the hostname with which the mac address will be bound
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 All Mac Address under a hostname
GET
/api/MacAddress/GetMacAddressesUnderHostname
Query Parameters
hostname
String
The use the hostname with which the mac address will be bound
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
Add Mac Address for a customer
POST
/api/MacAddress/AddMacAddressForUser
Query Parameters
userid
String
UserID for whom the product subscription is to be changed
password
String
Password for whom the product subscription is to be changed. Put 0 if you don't have
macAddress
String
Mac Address to be added under a domain
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
cmsService
String
The CMS identifier that it attached to the CRM you want to add this customer to you can find this name on the main screen of the TVMS
model
String
authToken
String
The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request
Last updated