| name | data type | description |
|---|---|---|
| domainName | string | |
| domainId | number | |
| objects | array of HdcIdMappingTO |
Example
{
"domainName" : "...",
"domainId" : 12345,
"objects" : [ {
"classId" : 12345,
"externalClassName" : "...",
"success" : true,
"externalClassId" : 12345,
"objectId" : 12345,
"systemGuid" : "...",
"externalId" : "...",
"tobisFieldName" : "...",
"conditionValue" : "...",
"conditionField" : "..."
}, {
"classId" : 12345,
"externalClassName" : "...",
"success" : true,
"externalClassId" : 12345,
"objectId" : 12345,
"systemGuid" : "...",
"externalId" : "...",
"tobisFieldName" : "...",
"conditionValue" : "...",
"conditionField" : "..."
} ]
}