Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v1/codelists/<code list ID>/spkey/population/migrate
Field
| Type
| Description
|
---|---|---|
status
| String
| Status of the request.
The request can return one of the following statuses:
|
spKeyPopulationStatus.before
| String
| Status of the code list before running the request.
The code list can have one of the following statuses:
|
spKeyPopulationStatus.after
| String
| Status of the code list after running the request.
The code list can have one of the following statuses:
|
invalidCodes
| Object
| Displays the details of invalid source primary keys and Code field values only if the status of the request is
MIGRATION_NOT_POSSIBLE .
|
POST https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/codelists/34cea9471fe977f7decef5f5/spkey/population/migrate HTTP/1.1 Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
{ "status":"MIGRATION_SUCCESSFUL", "spKeyPopulationStatus":{ "before":"READY_FOR_MIGRATION", "after":"MIGRATED" } }