GET api/services/import/v1/import/systemsettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SystemSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceTenants | Collection of string |
None. |
|
| TargetTenant | string |
None. |
|
| RootFolderPaths | Collection of string |
None. |
|
| PlmSystems | Collection of string |
None. |
|
| PostProcessSettings | Collection of PostProcessSettings |
None. |
|
| WorkSpaceOptions | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SourceTenants": [
"sample string 1",
"sample string 2"
],
"TargetTenant": "sample string 1",
"RootFolderPaths": [
"sample string 1",
"sample string 2"
],
"PlmSystems": [
"sample string 1",
"sample string 2"
],
"PostProcessSettings": [
{
"StyleSheet": "sample string 1",
"DeactivateFitToPaper": true,
"DeleteAllDimensions": true,
"DeleteAllPartsLists": true,
"SetActiveWorkspaceTo": "sample string 5",
"TitleBlocksToDelete": "sample string 6",
"BordersToDelete": "sample string 7",
"BlocksToDelete": "sample string 8",
"ActivatePdfExport": true,
"Division": "sample string 10",
"ModelExport3D": true,
"DeleteAllTexts": true,
"DeleteAllSymbolsAndBlocks": true,
"DeleteAllTitleBlocksAndBorders": true
},
{
"StyleSheet": "sample string 1",
"DeactivateFitToPaper": true,
"DeleteAllDimensions": true,
"DeleteAllPartsLists": true,
"SetActiveWorkspaceTo": "sample string 5",
"TitleBlocksToDelete": "sample string 6",
"BordersToDelete": "sample string 7",
"BlocksToDelete": "sample string 8",
"ActivatePdfExport": true,
"Division": "sample string 10",
"ModelExport3D": true,
"DeleteAllTexts": true,
"DeleteAllSymbolsAndBlocks": true,
"DeleteAllTitleBlocksAndBorders": true
}
],
"WorkSpaceOptions": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<SystemSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Andritz.AES.SPC.ImportTool.DataModels">
<PlmSystems xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</PlmSystems>
<PostProcessSettings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Andritz.AES.SPC.ImportTool.DataModels.Settings">
<d2p1:PostProcessSettings>
<d2p1:ActivatePdfExport>true</d2p1:ActivatePdfExport>
<d2p1:BlocksToDelete>sample string 8</d2p1:BlocksToDelete>
<d2p1:BordersToDelete>sample string 7</d2p1:BordersToDelete>
<d2p1:DeactivateFitToPaper>true</d2p1:DeactivateFitToPaper>
<d2p1:DeleteAllDimensions>true</d2p1:DeleteAllDimensions>
<d2p1:DeleteAllPartsLists>true</d2p1:DeleteAllPartsLists>
<d2p1:DeleteAllSymbolsAndBlocks>true</d2p1:DeleteAllSymbolsAndBlocks>
<d2p1:DeleteAllTexts>true</d2p1:DeleteAllTexts>
<d2p1:DeleteAllTitleBlocksAndBorders>true</d2p1:DeleteAllTitleBlocksAndBorders>
<d2p1:Division>sample string 10</d2p1:Division>
<d2p1:ModelExport3D>true</d2p1:ModelExport3D>
<d2p1:SetActiveWorkspaceTo>sample string 5</d2p1:SetActiveWorkspaceTo>
<d2p1:StyleSheet>sample string 1</d2p1:StyleSheet>
<d2p1:TitleBlocksToDelete>sample string 6</d2p1:TitleBlocksToDelete>
</d2p1:PostProcessSettings>
<d2p1:PostProcessSettings>
<d2p1:ActivatePdfExport>true</d2p1:ActivatePdfExport>
<d2p1:BlocksToDelete>sample string 8</d2p1:BlocksToDelete>
<d2p1:BordersToDelete>sample string 7</d2p1:BordersToDelete>
<d2p1:DeactivateFitToPaper>true</d2p1:DeactivateFitToPaper>
<d2p1:DeleteAllDimensions>true</d2p1:DeleteAllDimensions>
<d2p1:DeleteAllPartsLists>true</d2p1:DeleteAllPartsLists>
<d2p1:DeleteAllSymbolsAndBlocks>true</d2p1:DeleteAllSymbolsAndBlocks>
<d2p1:DeleteAllTexts>true</d2p1:DeleteAllTexts>
<d2p1:DeleteAllTitleBlocksAndBorders>true</d2p1:DeleteAllTitleBlocksAndBorders>
<d2p1:Division>sample string 10</d2p1:Division>
<d2p1:ModelExport3D>true</d2p1:ModelExport3D>
<d2p1:SetActiveWorkspaceTo>sample string 5</d2p1:SetActiveWorkspaceTo>
<d2p1:StyleSheet>sample string 1</d2p1:StyleSheet>
<d2p1:TitleBlocksToDelete>sample string 6</d2p1:TitleBlocksToDelete>
</d2p1:PostProcessSettings>
</PostProcessSettings>
<RootFolderPaths xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</RootFolderPaths>
<SourceTenants xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</SourceTenants>
<TargetTenant>sample string 1</TargetTenant>
<WorkSpaceOptions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</WorkSpaceOptions>
</SystemSettings>