netflix
- GET netflix/promotions/redemptions/list — This method returns the netflix customer identifiers (PAIs) that have redeem a specific promotion
- GET netflix/charges/list — This method returns the netflix charges which were processed by CRM.COM and were not acknowledged by the operator which are applicable for the operator, starting from the oldest charge. Retrieved charges should be acknowledged through the charges/acknowledge Web API in order to be excluded by any subsequent calls . Up to 50 charges can be returned by each call
- POST netflix/operators/unregister_devices — This method unregisters a set of devices which are mapped against a specific operator. Multiple devices can be unregistered through each call.
- POST netflix/subscriptions/create — This method creates a new netflix subscriber within CRM.COM and returns a netflix token that can be used to redirect the subscriber to the Netflix registration page. A single subscription can be created within each call
- GET netflix/promotions/list — This method returns the netflix promotions which are applicable for the operator that the caller belongs to. Multiple promotions are returned by each call
- POST netflix/operators/register_devices — This method registers a set of devices against a specific netflix operator. Multiple devices can be registered through each call.
- POST netflix/charges/accept — This method is used in order to explicitly accept Netflix Charges were retrieved by an Operator. Netflix charges can be accepted as long as they were not processed by Netflix. Up to 50 charges can be accepted through each call
- POST netflix/subscriptions/cancel — This method cancels an existing netflix subscriber. A single subscription can be suspended through each call
- GET netflix/subscriptions/show — This method returns the status and additional billing information related with netflix subscriptions . Multiple netflix subscriptions are returned by each call
- POST netflix/charges/acknowledge — This method is used in order to acknowledge that Netflix Charges were retrieved by an Operator. Acknowledged charges will not be included in any subsequent calls of the charges/list Web API. Up to 50 charges can be acknowledged through each call
- POST netflix/subscriptions/suspend — This method suspends an existing netflix subscriber. A single subscription can be suspended through each call
- POST netflix/subscriptions/unsuspend — This method unsuspends an existing netflix subscriber. A single subscription can be suspended through each call
- POST netflix/charges/decline — This method is used in order to explicitly decline Netflix Charges were retrieved by an Operator. Netflix charges can be declined as long as they were not processed by Netflix. Up to 50 charges can be declined through each call