Skip to end of banner
Go to start of banner

POST nds/provisioning_requests/set_user_parameters

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Available from CRM.COM R14.0.0

This method is creating Set User Parameters provisioning requests in a pending life cycle state, by specifying the smartcard, 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 

(mandatory)

Subscription identifier

The subscription that the smartcard belongs to. The available subscription identifier fields are the following:

Name

Type

Description

id 

(semi-optional)

String

The ID of subscription

number 

(semi-optional)

String

The number of subscription

smartcard_identifier

(mandatory)

String

The smartcard CA ID

Name

Type

Description

id

(semi-optional)

String

The ID of the installed item

serial_number

(semi-optional)

String

The serial number of the installed item

alternative_code

(semi-optional)

String

The alternative code of  a installed item

process_immediately

(optional)

booleanDefines 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

reset_pin

(semi-optional)

booleanDefines whether the PIN code will be reset to the default value or not.

new_pin

(semi-optional)

StringThe new PIN code that will be set on the Smartcard

scheduled_date

(optional)

dateThe date that the provisioning request is scheduled to be processed. If not specified and process_immediately is also set to false, then the provisioning request will be processed immediately

Restrictions

  • It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.

Response Data

Examples

 Example 1

HTTP Method: POST


Request:

Body:

 


Response:

 
  • No labels