35.11.1.1 Response JSON Parameters

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

Table 35-33 POST JSON Response

Name Type Description
Message STRING

Details of the export process.

For example: Migration code does not exist

objectCode STRING It indicates the object code of the Object type. For example: USD
objectName STRING It indicates the object name of the Object type. For example: US Dollar
objectType STRING

Object type that needs to be exported. For example: CURRENCY

Table 35-34 Possible Status Codes

Status Code Description
Success:200 Success
Error:400 The summary URL is not available for Object Type
Error:500 Error Occurred

Response JSON Sample

Success:200

{    "objectCodes": [   
     {  "objectCode": "USD", 
        "objectName": "US Dollar" 
       }   ], 
     "objectType": "CURRENCY"
}

Error: 400

{
  response: {
    message: "the summaryURL is not available for objectType: {object_type}"
  }
}

Error :500

{
  response: {
    message: "Error Occurred"
  }
}