34.10.1.1 Request JSON Parameters
Table 34-29 Request JSON Parameters
Name | Type | Required | Description |
---|---|---|---|
newMigrationCode | STRING | Yes | Migration code of the object. The minimum code length is 3 and maximum is 30 characters. The allowed characters are alphanumeric, hyphen, and underscore. |
existingMigrationCode | STRING | Yes | Provide the existing migration code which has been imported succesfully. |
overWriteOptions | STRING | Yes | The allowed values are Y/N. If you have set this as Y, you can over write the file. If set as N, you cannot over write this file. |
Request JSON Sample
{ "existingMigrationCode":"ABC",//mandatory - migration code should exist "newMigrationCode":"ABCcopy", //mandatory - code shouldnt exists "overWriteOptions":"Y" }