Newer Version Available

This content describes an older version of this product. View Latest

Transformation Output

Represents the details of the transformation from source object to target object.
JSON example
1{
2  "outputObjectDetails": [
3    {
4      "outputId": "Y_id1",
5      "inputIds": [
6        "X_id1",
7        "X_id2"
8      ]
9    }
10  ], 
11  "errorDetails": [
12    {
13      "inputIds": [
14        "X_id3",
15        "X_id4"
16      ],
17      "errorReason": "Mandatory field1 missing value"
18    }
19  ],
20  "Status" : ""
21}
Property Name Type Description Filter Group and Version Available Version
outputObjectDetails Object Details Output[] Provides information on the input and output IDs, error details, and the status of the transformation. Small, 55.0 55.0
status String The status of the transformation request. Small, 55.0 55.0