ImportExportResponse element

Type: importExportResponseDto
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <ImportExportResponse> <actionStatus> <errorCode>...</errorCode> <status>...</status> <message>...</message> </actionStatus> <errorMessageKey>...</errorMessageKey> <summary> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'int' type)--> </value> </entry> <!--...more entries...--> </summary> <exceptionMessage>...</exceptionMessage> <fieldsNotImported> <entry> <key>...</key> <value> <fieldsNotImported>...</fieldsNotImported> <fieldsNotImported>...</fieldsNotImported> <!--...more "fieldsNotImported" elements...--> </value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'fieldsNotImportedStringCollectionDto' type)--> </value> </entry> <!--...more entries...--> </fieldsNotImported> <executionId>...</executionId> </ImportExportResponse>