CustomerSubscription

Extends the date of customer expiry in the TVMS

POST /api/CustomerSubscription/ExtendDate

Request Body

NameTypeDescription

userid*

String

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

password*

String

The use the password where the customer logs in with on his device

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 IMS

date*

String

Unix Time Stamp(Epoch Time) in seconds. For example 1672531200

authToken*

String

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

Last updated