Tip |
---|
Available from CRM.COM R12.0.0 |
Table of Contents | ||
---|---|---|
|
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
Resource URL
Parameters
...
Name
...
Type
...
Description
...
token
...
String
Tip |
---|
Available from CRM.COM R12.0.0 |
Table of Contents | ||
---|---|---|
|
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
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
billing_system_customer_identifier (mandatory) | String | The identifier of the customer as defined in the billing system managed by the caller |
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
billing_system_customer_identifier (mandatory) | String | The identifier of the customer as defined in the billing system managed by the caller |
promotion_code (optional) | String | The promotion code that should be used during the registration. The promotion code can be retrieved through the promotions/list Web API method |
channel (optional) | String | The channel that the registration was done through which can be one of the following:
|
validity_duration (optional) | Integer | The validity duration of the netflix token, specified in seconds, The duration can be up to 24 hours. |
customer_first_name (optional) | String | The first name of the customer |
customer_last_name (optional) | String | The last name of the customer |
(optional) | Address Object | The address of the customer |
(optional) | Email Object | The email of the customer |
(optional) | Phone Object | The phone of the customer |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
billing_system_customer_identifier (mandatory) | String | The identifier of the customer as defined in the billing system managed by the caller |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
billing_system_customer_identifier (mandatory) | String | The identifier of the customer as defined in the billing system managed by the caller |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
billing_system_customer_identifier (mandatory) | String | The identifier of the customer as defined in the billing system managed by the caller |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
number_of_results (mandatory) | Number | The number of results that can be retrieved through each call. The maximum number of results can be 50. The oldest charges are retrieved fist |
offset (mandatory) | Number | It defines the number of charges that should be skipped from the results. During the first call it should be set to 0 and then it should be increased based on the number of results that were retrieved |
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
(mandatory) | Set of Acknowledged Netflix Charge Objects | The netflix charges that were received by the operator and were acknowledged. Acknowledged charges will not be included in any subsequent calls of the charges/list Web API. Maximum 50 charges can be acknowledged through each call |
...
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
HTTP Method: POST
Request: Body:
Response:
|
POST netflix/operators/register_devices
Tip |
---|
Available from CRM.COM R12.1.0 |
This method registers a set of devices against a specific netflix operator. Multiple devices can be registered through each call.
Resource URL
Parameters
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
group_identifier | Group Identifier | The identifier of the group that represents the operator. The allowed group identifier fields are the following:
| ||||||
(mandatory) | Set of Devices Objects | The devices that will be registered against the specified operator Maximum 1000 Devices can be registered through each call |
Anchor netflix register devices parameters referred objects netflix register devices parameters referred objects
Referred Parameter Objects Data
netflix register devices parameters referred objects | |
netflix register devices parameters referred objects |
Include Page | ||||
---|---|---|---|---|
|
Response Data
Name | Type | Description |
failed_devices_set | Set of Devices Objects | The devices that failed to be registered against the specified operator |
Referred Objects Response Data Anchor netflix failed register devices response referred objects netflix failed register devices response referred objects
Include Page | ||||
---|---|---|---|---|
|
Examples
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
HTTP Method: POST
Request: Body:
Response:
|
POST netflix/operators/unregister_devices
Tip |
---|
Available from CRM.COM R12.1.0 |
This method unregisters a set of devices which are mapped against a specific operator. Multiple devices can be unregistered through each call.
Resource URL
Parameters
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
group_identifier | Group Identifier | The identifier of the group that represents the operator. The allowed group identifier fields are the following:
| ||||||
(mandatory) | Set of Devices Objects | The devices that will be unregistered against the specified operator Maximum 1000 Devices can be unregistered through each call |
Anchor netflix register devices parameters referred objects netflix register devices parameters referred objects
Referred Parameter Objects Data
netflix register devices parameters referred objects | |
netflix register devices parameters referred objects |
Include Page | ||||
---|---|---|---|---|
|
Response Data
Name | Type | Description |
failed_devices_set | Set of Devices Objects | The devices that failed to be unregistered against the specified operator |
Referred Objects Response Data Anchor netflix failed register devices response referred objects netflix failed register devices response referred objects
Include Page | ||||
---|---|---|---|---|
|
Examples
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
HTTP Method: POST
Request: Body:
Response:
|