ExtraPackages
Deletes (trashes) a customer in the TVMS
POST
/api/ExtraPackages/Add
Request Body
userid
String
Use the userid where the customer logs in with on his device
cmsService
String
The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS
crmService
String
The CMS identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS
subscriptionlengthinmonths
String
subscriptionlength, the number of months till the subscription is expired leave 0 to use Days or want in sync with customer subscription
subscriptionlengthindays
String
subscriptionlength, the number of days till the subscription is expired leave 0 to use Months or want in sync with customer subscription
syncWithCurrentSubscription
String
Expiry date of the package will be same as the customer subscription
extraPackagePlanId
String
The Extra Package Plan ID that needs to be added, you can find this in the Extra Packages tab and expand the extra package. Either extraPackagePlanID or packageMappingId one should be provided
packageMappingId
String
The Package Mapping is the ID that you have added while adding a package and is in sync with your system. Either extraPackagePlanID or packageMappingId one should be provided
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
password
String
Deletes (trashes) a customer in the TVMS
POST
/api/ExtraPackages/Delete
Request Body
userid
String
Use the userid where the customer logs in with on his device
cmsService
String
The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS
crmService
String
The CMS identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS
extraPackagePlanId
String
The Extra Package Plan ID that needs to be added, you can find this in the Extra Packages tab and expand the extra package. Either extraPackagePlanID or packageMappingId one should be provided
packageMappingId
String
The Package Mapping is the ID that you have added while adding a package and is in sync with your system. Either extraPackagePlanID or packageMappingId one should be provided
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
Last updated