34.1.1.1 Request JSON Parameters
Table 34-2 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. | 
| objectCode | STRING | Yes | Object code that needs to be exported. The Object codes listed in export definition should be present in source system from where its being migrated. | 
| objectType | STRING | Yes | Object type that needs to be exported. This Object type must be in capital case and is case sensitive. | 
Request JSON Sample
{ migrationCode:"PublicExport005" "exportObjects":[ { "objectCode":"1663740031831", "objectType:"PMF_PROCESS" } , { "objectCode":"1863610075777", "objectType:"PIPELINE" } ] }