Target Date Migrations REST Endpoints

Target Date Migrations
Date migration capability that allows the application to add configuration values (target dates) to the configuration table.
Create a target date migration
Method: post
Path: /hcmRestApi/resources/11.13.18.05/targetDateMigrations
Get a target date migration
Method: get
Path: /hcmRestApi/resources/11.13.18.05/targetDateMigrations/{ConfigId}
Get all target date migrations
Method: get
Path: /hcmRestApi/resources/11.13.18.05/targetDateMigrations
Update a target date migration
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/targetDateMigrations/{ConfigId}