9.3.1.2 Response JSON Parameters

This section provides the list of parameters in the JSON Response.

Table 9-3 POST JSON Response

Name Type Description
name STRING Logical Entity Name used in the Connector.
data ARRAY Key is the Business Term Code and the value is the corresponding value present in the table for the Business Term Code.

Response JSON Sample

{

"code": "DIH0000",

"body": [{

"name": "Account",

"data": [{

"BTO53": "5",

"BTO3956": "5",

"BTO1375": "2022-04-01 00:00:00",

"BTO2726": " ",

"BTO2010": " "

}, {

"BTO53": "55",

"BTO3956": "55",

"BTO1375": "2022-04-01 00:00:00",

"BTO2726": " ",

"BTO2010": " "

}]

}, {

"name": "Address",

"data": [{

"BTO3959": "5",

"BTO1375": "2022-04-01 00:00:00",

"BTO126": "abcd",

"BTO127": " "

}, {

"BTO3959": "55",

"BTO1375": "2022-04-01 00:00:00",

"BTO126": "abcde",

"BTO127": " "

}]

}]

}