GET provisioning/provisioning_requests/show
Available from CRM.COM R11.0.0
This method returns information related with a provisioning request. A single provisioning requests is returned by each call
Resource URL
Parameters
Name | Type | Description | |||||||||
token | String | The token retrieved from the login method | |||||||||
provisioning_request_identifier (semi-optional) | Provisioning Request identifier | The identifier of the provisioning request that should be returned as a result. The allowed provisioning request identifier fields are the following:
| |||||||||
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
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved provisioning request |
number | String | The number of the retrieved provisioning request |
type | String | A code that uniquely identifies the type of provisioning request that is performed. The type depends on the provisioning provider related to the provisioning request |
sequence_number | String | The sequence number of the retrieved provisioning request |
scheduled_date | Date | The date that the provisioning request was scheduled to be sent |
executed_date | Date | The date that the provisioning request was actually send |
process_immediately | Boolean | Determines if the provisioning request will be processed immediately or not |
life_cycle_state | String | The life cycle state of the retrieved provisioning request which can be PENDING, REJECTED or COMPLETED |
request | String | The actual request that was sent to the provisioning system |
response | String | The actual response that was received from the provisioning system |
reference_number | String | A reference number provided by provisioning system after receiving the request |
error_code | String | The error code received by CRM.COM or the provisioning system in case that the provisioning request was rejected |
error_description | String | The error description received by CRM.COM or the provisioning system in case that the provisioning request was rejected |
process_name | String | The name of the process that submitted the provisioning request |
process_id | String | The ID of the process that submitted the provisioning request |
provisioning_provider | Provisioning Provider Object | The provisioning provider that processed the provisioning request |
subscription | Subscription Object | The subscription that was provisioned by the provisioning request |
parameters_set | Set of Provisioning Request Parameters Objects | The parameters related to the retrieved provisioning request. That information is different based on the type of provisioning request |
Log Information Object | The log information related to the retrieved provisioning request |
Referred Objects Response Data