name | data type | description |
---|---|---|
domainName | string | |
config | ExportConfig | |
objects | array of HdcBasicTO | |
packageName | string | |
domainId | number |
Example
{ "domainName" : "...", "config" : { "exportAttachments" : true, "exportDocuments" : true, "description" : "...", "secondaryPerspectiveId" : 12345, "primaryPerspectiveId" : 12345, "exportFormat" : "FI2V13", "exportSubtree" : true, "exportGeometries" : true }, "objects" : [ { }, { } ], "packageName" : "...", "domainId" : 12345 }