Sample Success Response
JSON Data
If all goes well, the HTTP code will be 200 and the JSON will contain a "response_code" with value 0
{
"result_info": {
"response_code": 0,
"response_description": ""
},
"results": {
"account_number": 12345,
"branches": [
{
"branch_id": 12345,
"company": "Your Branch Name",
"address": "Emekachu 44",
"city": "Milano",
"country": "Italy"
},
{
"branch_id": 6789,
"company": "Your Other Branch",
"address": "Macaustreet 12",
"city": "London",
"country": "United Kingdom"
}
]
}
}