Table of Contents

Search

  1. Preface
  2. Introducing Reference 360
  3. Getting started with Reference 360
  4. Manage system reference data
  5. Manage reference data sets
  6. Manage code lists
  7. Manage code values
  8. Manage crosswalks
  9. Import data
  10. Manage hierarchies
  11. Manage attributes
  12. Manage workflows
  13. Manage jobs
  14. Reference 360 REST API
  15. Glossary

Reference 360

Reference 360

Update approval implementation mode

Update approval implementation mode

Updates the approval implementation mode.
Before you update the approval implementation mode, resolve all tasks and close all draft code lists. Existing tasks and draft code lists will be discarded. After you update the approval implementation mode to
PLATFORM
, you cannot revert back to the
RDM
approval implementation mode.

PUT request

To update the approval implementation mode, submit a PUT request with the following URI and specify the approval implementation mode:
/rdm-service/external/v1/configuration/approvalImplementation?mode=<mode>
Use the
mode
parameter in the URI and request body to specify the approval mode configuration.
Field
Description
mode
Approval implementation mode. The following modes are available:
  • RDM
    . Enables the Tasks interface and uses a pre-defined one-step approval workflow.
  • PLATFORM
    . Enables the Workflow Inbox interface and multi-step approval workflows.

PUT response

A 204 no content response is returned.

PUT example

To update the approval implementation mode, you might use the following request:
PUT https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/configuration/approvalImplementation?mode=PLATFORM HTTP/1.1 Content-Type: application/x-www-form-urlencoded IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX mode=PLATFORM
The following sample response shows the no content response:
HTTP/1.1 204 No Content

0 COMMENTS

We’d like to hear from you!