ImportExportResponse element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <ImportExportResponse> <actionStatus> <errorCode>...</errorCode> <message>...</message> <status>...</status> </actionStatus> <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> <summary> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'int' type)--> </value> </entry> <!--...more entries...--> </summary> <executionId>...</executionId> <errorMessageKey>...</errorMessageKey> </ImportExportResponse>