GET netflix/promotions/redemptions/list
Available from CRM.COM R12.0.0
This method returns the netflix customer identifiers (PAIs) that have redeem a specific promotion
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
netflix_promotion_identifier (semi-optional) | String | The identifier of the netflix promotion (as defined on netflix) |
date (mandatory) | Date | The date that the promotion was applied. The latest date you can query for is today - 2 days i.e. If today is May 5th 2016, you can only query up to May 3rd 2016. |
number_of_results (mandatory) | Number | The number of results that can be retrieved through each call. The number of results should be a factor of 100 (for example 100, 200, 300 etc) |
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. The offset should be a factor of 100 (for example 100, 200, 300 etc) |
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 |
Restrictions
- N/A
Response Data
Name | Type | Description |
---|---|---|
subscription_number | String | The number of the subscription as defined in CRM.COM |
billing_system_customer_identifier | String | The identifier of the customer as defined in the billing system |
netflix_customer_identifier | String | The identifier of the customer as defined on netflix (PAI) |