Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v1/codelists/{listIdentifier}/codevalues/move
Field
| Type
| Description
|
---|---|---|
Code
| String
| The code field of the code value to move.
|
TargetParentCode
| String
| The code field of the target node to which you want to move the code value. If you don't specify a code, the code value is moved to the top level.
|
POST https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/codelists/833861786fb48aa467602980/codevalues/move HTTP/1.1 Content-Type: application/json Content-Length: 48 Host: localhost:8080 { "Code" : "DE", "TargetParentCode" : "EU" }
HTTP/1.1 200 OK