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