21.7.1.1 Request JSON Parameters

Table 21-20 Request JSON Parameters

Name Type Required Description
migrationCode 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.
failOnErrorOptions STRING Yes The allowed values are Y/N. If you have set this as Y, an error will be displayed. If set as N, no error message is displayed.
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

   

"migrationCode":"PublicExport011"

"failOnErrorOptions":"Y"

"overWriteOptions":"N"

   
}