provisioning
- GET provisioning/provisioning_requests/list — This method returns information related with provisioning requests which were processed by a specific provisioning provider. Multiple provisioning requests are returned by each call.
- POST provisioning/generic_provisioning_requests/send_response — This method is used to approve or reject pending provisioning requests which are provisioned through a generic provisioning provider. Multiple provisioning requests can be specified in each call
- GET provisioning/installed_item_provisioning_provider_parameters/list — This method returns information related with the provisioning provider parameters of a specific installed item and a specific provisioning provider. Multiple installed item provisioning provider parameters are returned by each call.
- GET provisioning/installed_items/show — This method returns an installed item which is provisioned by a specific provisioning provider, based on parameters which are used to identify the installed items in the specified provisioning system. A single installed item is returned by by each call.
- POST provisioning/installed_item_provisioning_provider_parameters/show — This method returns information related with a specific installed item provisioning provider parameter. A single installed item provisioning provider parameter is returned by each call
- GET provisioning/provisioning_requests/show — This method returns information related with a provisioning request. A single provisioning requests is returned by each call
- GET provisioning/services/show — This method returns a service which is provisioned by a specific provisioning provider, based on the identifier which is used to identify the service in the specified provisioning system. A single product is returned by by each call.
- POST provisioning/subscriptions/reset — This method resets CRM.COM subscriptions that are out of sync with the information kept in the specified provisioning system. A single subscription can be updated by each call
- GET provisioning/subscriptions/show — This method returns a subscription which is provisioned by a specific provisioning provider, based on parameters which are used to identify the subscription in the specified provisioning system. A single subscription is returned by by each call.
- GET provisioning/generic_provisioning_requests/get_pending — This method returns the provisioning requests related to a generic provisioning provider having their life cycle state equal to Pending. Multiple provisioning requests can be retrieved that were created up to 7 days before the Web API's execution date. Provisioning requests retrieved should be grouped by Subscription and ordered based on their scheduled date having the oldest retrieved first.