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