Skip to end of banner
Go to start of banner

POST perception/provisioning_requests/reset_subscriber_pin_number

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 Current »

This method resets the subscription pin number of a subscription provisioned by Perception to the default value. A single subscription can be updated by each call

Available from CRM.COM R9.0.0

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

subscription_identifier

(mandatory)

Accounts receivable identifier  

The subscription that should be updated. Only subscriptions which are provisioned by Perception can be specified. The allowed 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

Restrictions

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

Response Data

Not Applicable.

Examples

 Example 1

HTTP Method: POST

 

Request:

Body:

  {
    "token" : "22E0B44DD38F4E35A3F957B0BADE7537",
    "subscription_identifier" :{"number":  "S60808"} ,
    "pin_number":"1111"
}

Response:

 {
  "status": {
    "message": "",
    "description": "",
    "code": "OK"
  },
  "data": {}
}
  • No labels