6.3.2 Response JSON Parameters

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

Table 6-1 POST JSON Response

Name Type Description
name STRING Connector name.
code INTEGER Connector Metadata Key
attributes ARRAY Business Term Attributes

· name - The Business Term Name. This is a STRING.

· code - The Business Term Code. This is a STRING.

Response JSON Sample


{

"code": "DIH0000",

"body": {

"name": "EXAMPLE_CONN_CDS_MT",

"code": "820",

"attributes": [{

"name": "As Of Date",

"code": "BTO1375"

}, {

"name": "Joining Credit Score",

"code": "BTO2010"

}, {

"name": "Original Account Number",

"code": "BTO2726"

}, {

"name": "Account Or Contract Number",

"code": "BTO53"

}, {

"name": "Address Identifier",

"code": "BTO126"

}, {

"name": "Address Line One",

"code": "BTO127"

}, {

"name": "As Of Date",

"code": "BTO1375"

}, {

"name": "Account Or Contract Numeric Identifier",

"code": "BTO3956"

}, {

"name": "Address Numeric Identifier",

"code": "BTO3959"

}]

}

}