Loading
Feature degradation | Gmail Email delivery failureRead More
Communications Cloud
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          MtxRequestDeviceModify (Managed Package)

          MtxRequestDeviceModify (Managed Package)

          This Matrixx API updates device in the Matrixx instance. This API is used to suspend or resume a device. This API is always called from Order Management.

          Managed Package Icon This feature is part of the Communications Cloud managed package.

          Sample Request

          To suspend a device:

          {
          	"ExternalId": "501234567890257",
          	"Status": "3",
          	"$": "MtxRequestDeviceModify"
          }

          To resume a device:

          {
          	"ExternalId": "501234567890257",
          	"Status": "1",
          	"$": "MtxRequestDeviceModify"
          }

          Called By

          • Workflow: Manage Lost or Stolen Device/SIM

            • Order Management

           
          Loading
          Salesforce Help | Article