Target Date Migrations REST Endpoints

Target Date Migrations
The targetDateMigrations resource 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}