Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v2/crosswalks/{crosswalkIdentifier}/mappings
Field
| Type
| Description
|
---|---|---|
action
| String
| Action to perform.
|
mappings
| Array
| List of mappings for the specified crosswalk.
|
Code
| String
| Source code value of a crosswalk mapping.
|
targetCode
| String
| Target code value of a crosswalk mapping.
|
POST https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v2/crosswalks/daf0cc189e530b6979ac77ce/mappings HTTP/1.1 Content-Type: application/json Content-Length: 384 { "action":"DELETE", "mappings":[ { "Code":"sourceCode1", "targetCode":"targetCode1" }, { "Code":"sourceCode2", "targetCode":"targetCode2" }, { "Code":"sourceCode3", "targetCode":"targetCode3" }, { "Code":"sourceCode4", "targetCode":"targetCode4" }, { "Code":"sourceCode5", "targetCode":"targetCode5" } ] }
HTTP/1.1 204 No Content