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 |
Log Information Object | The log information related to the retrieved 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 |
Referred Objects Response Data