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