33.4.1.1 Request JSON Parameters
Table 33-11 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. |
Request JSON Sample
{
"newMigrationCode":"ABCcopy"//new migration code
"existingMigrationCode":"ABC"//existing migration code
}
}