ExternalAssetImportPackageRequest Data Type

Properties
name data type constraints description
type TdxmInputType  
preserve boolean required boolean
fileName string  
filePath string  
id number  
name string  

Example

{
  "type" : "FI2002",
  "preserve" : true,
  "fileName" : "...",
  "filePath" : "...",
  "id" : 12345,
  "name" : "..."
}