POST nagravision/provisioning_requests/set_pin_to_default_value
Available from CRM.COM R7.0.0 and up to CRM.COM R11
Available from CRM.COM R17.3.0
This method is creating Set pin code to default value provisioning requests in a pending life cycle state, by specifying the smartcard that should be reset, and the subscription that the smartcard should belong to.
Resource URL
Parameters
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
token | String | The token retrieved from the login method | ||||||||||||
subscription_identifier (semi-optional) | Subscription identifier | The subscription that the smartcard to be reset belongs to. The available subscription identifier fields are the following:
| ||||||||||||
smartcard_identifier (mandatory) | String | The smartcard CA ID that should be reset.
Deprecated in CRM.COM R17.3.0 | ||||||||||||
installed_item_identifier (semi-optional) | String | The installed item CA ID that should be reset.
Available from CRM.COM R17.3.0 | ||||||||||||
process_immediately (optional) | boolean | Defines if the provisioning request will be processed immediately after its creation. If enabled then the provisioning request will be sent through Web API during its creation. If not enabled then the provisioning request will be created and processed later on by the active provisioning request processing run. If not specified then the provisioning request will not be processed immediately Deprecated in CRM.COM R17.3.0 | ||||||||||||
scheduled_date (optional) | date | The date that the provisioning request is scheduled to be processed. If not specified and process_immediatelly is also set to false, then the provisioning request will be processed immediately Deprecated in CRM.COM R17.3.0 |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.