Reference 360 SaaS
- Reference 360 SaaS
- All Products
Use the following attributes in the request body to specify the new values:/rdm-service/external/v1/enums
Field
| Type
| Description
|
---|---|---|
key
| String
| ID of the system reference data value.
In Reference 360, when you sort assets in the
Explore panel by priority, the assets are sorted based on the key value.
When you import code values, you might want to provide additional information about the data. For example, you might want to assign a code value to the Approved status. You use the key value to assign the appropriate system reference data value.
|
label
| String
| Label for the system reference data value. The labels appear in Reference 360.
In Reference 360, the values appear in alphanumeric order based on the label.
|
Field
| Type
| Description
|
---|---|---|
newEntries
| Number
| Number of values added.
|
existingEntries
| Number
| Number of existing values that were skipped.
|
PATCH https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/enums HTTP/1.1 Content-Type: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX { "Priority":[ { "key":"0", "label":"Low" }, { "key":"1", "label":"Medium" }, { "key":"2", "label":"High" }, { "key":"9", "label":"Critical" } ], "Domain":[ { "key":"0", "label":"Finance" }, { "key":"1", "label":"Geography" }, { "key":"2", "label":"Social" } ] }
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 47 { "newEntries" : 5, "existingEntries" : 2 }