Uploaded image for project: 'ui-eholdings'
  1. ui-eholdings
  2. UIEH-1154

Support erm 5.0 interface

    XMLWordPrintable

Details

    • 1
    • Spitfire

    Description

      Purpose:
      The erm interface version increased from 4.0 to 5.0 due to a change in how Organizations are linked to Agreements with roles

      The "role" object replaced with a roles array:

      Previously:

       

      "orgs": [
        {
          "id": "<uuid>",
          "role": {
            "id": "<uuid>",
            "value": "<value string>",
            "label": "<label string>"
        }
      ]

       

       

       

      "orgs": [
          {
            "id": "<uuid>",
            "roles": [
              {
                "id": "764b21ad-3336-4348-9f0a-c0b8692074f7",
                "owner": {
                  "id": "12834cc8-d2bc-46d9-86c3-b1f56e37276e"
                },
                "role": {
                  "id": "<uuid>",
                  "value": "<value string>",
                  "label": "<label string>"
                },
                "note": "specific role note"
              }
            ],
            "note": "General org not"
          }

       

       

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                vladyslav_velytskyi Vladyslav Velytskyi
                ostephens Owen Stephens
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases