provisioning

  • GET provisioning/provisioning_requests/listThis 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_responseThis 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/listThis 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/showThis 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/showThis 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/showThis method returns information related with a provisioning request. A single provisioning requests is returned by each call
  • GET provisioning/services/showThis 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/resetThis 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/showThis 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_pendingThis 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.