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